Returns a string value
[C++]
CString ToString(
BOOL bStrict = FALSE
) const;
If bStrict is FALSE (the default) then, if the COper does not contain a string, the function will safely return an appropriate converted string.
If bStrict is TRUE then the function will assert unless the COper contains a string.
This function returns the string value contained in a COper.
Header: xllplus.h