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