Runtime Type : Types : string
Page Status: Beta
This primitive type represents a sequence of characters. Most operations on strings are performed by way of StringUtil. The only directly-supported string operations are assignment and concatenation. Assignment of a string to any of the numeric types performs an implicit conversion (and vice versa). Concatenation is represented in an Expression by the + operator.
Contents |
Inherits From
root→string