CStr Function
Use to convert the passed data type to a String. You can also pass a class instance as long as the class implements the Operator_Convert method that returns a String. See the Str function for more information.
Syntax
result = CStr( data )
Parameters | ||
data |
Variable |
The variable or class that will be represented as a string. |