sbyte Data Type (Visual Studio - JScript)

The sbyte type is stored as one signed byte.

The sbyte type can represent integers in the range from negative 128 to positive 127, inclusive.

The corresponding .NET Framework data type is SByte. The properties and methods of the sbyte data type are the same as the SByte properties and methods.

Properties and Methods

SByte

Requirements

Version .NET

See Also

Concepts

Data Type Summary

Other Resources

Data Types (Visual Studio - JScript)