String Value Type

Overview

A String value type accepts an array of unicode characters.

For more information refer to the String Class topic in MSDN.

Definition

A String value type contains a series of unicode characters.

The following is a list of predefined String values:

Default value Null
Default maximum length 2,147,483,647

Configuration

A String attribute value configuration has the following format:

<exampleElement exampleAttribute="Example string." />

Is this article helpful for you?