Log in

String Data Type

The string data type represents freeform text. String fields can contain any character except for the Start of Header (SOH) control character.

String fields are case-sensitive, i.e. “hello” is not the same as “Hello”.

Examples

ExampleValidNotes
abc
ABC DEF
ab␁defCannot contain SOH character

Subtypes