Skip to main content

AS_STRING function

The as_string function converts various data types into a string format. This function is particularly useful when you need to ensure that data is in a consistent, readable format for display, concatenation, or further text-based operations.

Syntax

as_string(<val>)
ParameterTypeDescription
valany

Usages

as_string(`total_price`)