XLL+ Class Library

CXlOper::ToString

Returns a string value

[C++]
CString ToString(
   BOOL bStrict = FALSE
) const;

Parameters

bStrict

If bStrict is FALSE (the default) then, if the CXlOper 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 CXlOper contains a string.

Return value

This function returns the string value contained in a CXlOper.

Requirements

Header: xllplus.h

See Also

CXlOper Class | CXlOper Methods