Overview
This function lets you cast (treat) an object, variable, or value as a string.
Parameters
asString(object)
Object
The object, variable, or value to convert to string.
For example...
asString(42)
Returns "42".
An expression editor function that converts an object to a string type.
This function lets you cast (treat) an object, variable, or value as a string.
asString(object)
The object, variable, or value to convert to string.
For example...
asString(42)
Returns "42".