Category:

Miscellaneous

Converts a value to string.

Syntax

to_string(
  x <AnyType>
): String

Parameters

x is initial value.

Return value

Type: String. Returns the converted value.

Examples of using

to_string(dataset_field_val(1, 'PaymentSum'))
to_string(600 / 15)