Skip to main content

As String

An expression editor function that converts an object to a string type.

Updated over 3 weeks ago

Overview

This function lets you cast (treat) an object, variable, or value as a string.


Parameters

asString(object)

Object

The object, variable, or value to convert to string.


For example...

asString(42)

Returns "42".

Did this answer your question?