Gets a string value
CString GetString( ) const; |
Returns a string object. The character size depends
on whether the Unicode build settings are used.
In Unicode builds, CString
is equivalent to CStringW
.
In standard builds, CString
is equivalent to CStringA
.
Header: xlpstringarg.h
CXlStringArg Class | CXlStringArg Methods | CXlStringArg::GetStringA() | CXlStringArg::GetStringW()