CString::OemToAnsi

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 OverviewClass MembersHierarchy Chart

See Also   CString::AnsiToOem