String Data Type v1

A String contains text. Use it for names, identifiers, URLs, document bodies, and other values that a Node Property defines as text.

The underlying .NET value is a sequence of UTF-16 code units. Its theoretical length ranges from zero to approximately two billion characters, although practical limits are much lower and depend on memory, logging, transport, and the receiving Node.

A String is not automatically parsed as JSON, XML, or another document format. Use an appropriate Node when you need to parse and map fields from document text.

See Multiline Text Data Type, JSON Data Type, and XML Data Type.