Previous Topic: bool IsValid(void) const

Next Topic: CaString& operator=( const CaString &src )


const char* GetMultiByteString(void)

If compiled with Unicode this returns the non-Unicode version of the data.

Owning Class

CaString

Arguments

None

Return Value

const char* - pointer to converted string

Notes

If not compiled with Unicode, no conversion is required and result is same.

Example

CaString d(_T(“  My String  ”)); const char* p = d.GetMultiByteString();

More information: