System Namespace
Represents a 16-bit signed integer.
The Int16 value type represents signed integers with values ranging from negative 32768 through positive 32767.
This type provides methods to convert the value of an instance of this type to its String representation, convert the String representation of a number to an instance of this type, and compare instances of this type.
For information about how format specification codes control the String representation of value types, see Formatting Base Types.
This type implements interfaces IComparable, IFormattable, and IConvertible. Use the Convert class for conversions instead of this type's explicit interface member implementation of IConvertible.
Int16 Members UInt16