CStringT::OemToAnsi

Converts all the characters in this CStringT object from the OEM character set to the ANSI character set.

void OemToAnsi();

Remarks

This function is not available if _UNICODE is defined.

Example

See the example for CStringT::AnsiToOem.

Requirements

Header: cstringt.h

See Also

Reference

CStringT Class

Other Resources

CStringT Members