skip to main content
Corticon Studio: Rule Language Guide : Rule operator details and examples : To string
 

Try Corticon Now

To string

SYNTAX

<Number>.toString
<DateTime*>.toString
*includes DateTime, Date, and Time data types

DESCRIPTION

Converts a value to a data type of String.

USAGE RESTRICTIONS

The Operators row of the table in Summary Table of Vocabulary Usage Restriction applies. No special exceptions.

RULESHEET EXAMPLE

The following Rulesheet uses .toString to convert 3 data types to strings. Rule N.3 also uses the alternative String concatenation syntax. See Add Strings for details.

SAMPLE TEST