This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
String data type
A data type consisting of a sequence of contiguous characters that represent the characters themselves rather than their numeric values. A
String can include letters, numbers, spaces, and punctuation. The
String data type can store fixed-length strings ranging in length from 0 to approximately 63K characters and dynamic strings ranging in length from 0 to approximately 2 billion characters. The dollar sign (
$) type-declaration character represents a
String in Visual Basic.