ToString
Note: this function uses the language setting of a portal when converting a value.
Returns a text representation of value
.
This will make an unknownstring a known-string with empty value!
IsUnknown(ToString(unknownstring)) will return false and IsEmpty(ToString(unknownstring)) will return true.
Syntax
Parameters
Name
Type
Required
Description
value
☑️
a value of any type.
format
text
a text with the format to which value
must be converted. This parameter only applies when converting a datetime
, duration
or number
.
Last updated
Was this helpful?