CString::OemToAnsi

CString::OemToAnsi

void OemToAnsi( );

Remarks

Converts all the characters in this CString object from the OEM character set to the ANSI character set. See the ANSI Character Codes Chart in the C++ Language Reference.

This function is not available if _UNICODE is defined.

CString Overview |  Class Members |  Hierarchy Chart

See Also   CString::AnsiToOem