NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HxLink DID NOT INITIALIZE

String Data Type

A string can contain up to approximately 2 billion (2^31) characters.

The codes for String characters range from 0–255. The first 128 characters (0–127) of the character set correspond to the letters and symbols on a standard U.S. keyboard. These first 128 characters are the same as those defined by the Unicodecharacter set. The second 128 characters (128–255) represent special characters, such as letters in international alphabets, accents, currency symbols, and fractions.

The equivalent NGWS runtime data type is System.String.

See Also

Conversion Keyword Summary | Data Type Summary | String Function | Type Conversion Functions | Using Data Types Efficiently