XLL+ Class Library

COper::FromString

Assigns a string value and data type to the OPER

[C++]
const COper& FromString(
   const char* psz
);

Parameters

psz

Value to be applied to the COper.

Remarks

This function assigns the value of psz to the COper, and sets the type of the COper to be xltypeStr.

Requirements

Header: xllplus.h

See Also

COper Class | COper Methods