STR
Converts a value to a string. Failure to convert will result in a null string.
Syntax
string STR(object value)
Example
STR(123@abc.com)
Will return "123@abc.com".
Converts a value to a string. Failure to convert will result in a null string.
string STR(object value)
STR(123@abc.com)
Will return "123@abc.com".