Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
voidOemToAnsi();
Remarks
Converts all the characters in this CString object from the OEM character set to the ANSI character set. See the in the C++ Language Reference.
This function is not available if _UNICODE is defined.
Example
See the example for CString::AnsiToOem.
CString Overview | Class Members | Hierarchy Chart
See Also CString::AnsiToOem