Function Var2LChar() Foundation
Converts a variable to it's locale string representation.
Var2LChar( <xValue> ) --> cString
The function returns the string representation of the passed value according to locale specific settings for the data type.
Var2LChar() is used to convert values of any data type, be it simple or complex data types, to a locale string representation. It is the inverse function of LChar2Var(). Note, however, that LChar2Var() cannot convert the string representation of complex data types (Array, Code block, Object) to the original data type. If this is required, the functions Var2Bin() and Bin2Var() must be used.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.