Converts value to the string type
ToString(12) → "12" ToString(column1) → "column1"
ToString(value, format, [replaceInvalidWith])
value - A value to convert into a string
value
format - Format of the value
format
[replaceInvalidWith] - [optional: null by default**]** - invalid values will be replaced with this parameter
[replaceInvalidWith]
Last updated 2 years ago