This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Char Data Type
variables are stored as 16-bit (2-byte) numbers ranging in value from 0-65535. Each 2-byte number stores a single Unicode character. Implicit conversions between the char data type and numeric types are not possible, but explicit conversion between the char data type and numeric types is supported.
The equivalent NGWS runtime data type is System.Char.
See Also
Data Type Summary | Integer Data Type