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!

SByte Structure

Represents a 8-bit signed integer . The SByte type is not CLS compliant. The CLS-compliant alternative is Byte.

Object
   ValueType
      SByte

[C#]
public struct SByte : IComparable, IFormattable, IConvertible
[C++]
public __value struct SByte : public IComparable, IFormattable,
   IConvertible

[Visual Basic] The SByte type cannot be used in Visual Basic.

[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.

Remarks [C#, C++, JScript]

The SByte data type can represent positive and negative integers with 2 significant digits in the range negative 128 through positive 127, inclusive.

Requirements [C#, C++, JScript]

Namespace: System

Assembly: mscorlib.dll

See Also

SByte Members | System Namespace | IComparable | IFormattable | IConvertible | Byte