Purpose
Obtains the string value of the data.
Syntax
operator CSTR(void) const;
Return Value
String value of the data object.
Exceptions
Throws const char* for memory exceptions.
Description
Only allowed when the data type is TYPC, TYPNUM, TYPDATE, or TYPTIME.
Related Information
operator= (String)