Skip to content

String Type

Jeremie Rossignol edited this page Jul 16, 2015 · 8 revisions

The string data type represents all textual strings. This data type is parsed differently than other data types - the expression syntax is limited to a "search and replace" of special identifiers and function calls.

Methods

Method Signature Description
string ToUpper() Uppercase version of the string.
string ToLower() Lowercase version of the string.
string FirstCap() Returns the string with the first letter capitalized.
Clone this wiki locally