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

Byte Data Type

Byte variables are store an unsigned, 8-bit (1-byte) numbers ranging in value from 0–255.

The Byte data type is used for containing binary data.

Note    The Byte data type can be converted to the Short, Integer, Long, Single, Double or Decimal data type, without encountering an OverflowException error.

The equivalent NGWS runtime data type is System.Byte.

See Also

Conversion Keyword Summary | Data Type Summary | Integer Data Type | Short Data Type | Type Conversion Functions | Using Data Types Efficiently