System.Int16 Members

The members of System.Int16 are listed below.

See Also: Inherited members from System.ValueType

Public Fields

const
MaxValueshort (32767).

Represents the largest possible value of an short. This field is constant.

const
MinValueshort (-32768).

Represents the smallest possible value of short. This field is constant.

Public Methods

CompareTo(short) : int

Compares this instance to a specified 16-bit signed integer and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified 16-bit signed integer.

CompareTo(object) : int

Compares this instance to a specified object and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the object.

Equals(short) : bool

Returns a value indicating whether this instance is equal to a specified short value.

override
Equals(object) : bool

Returns a value indicating whether this instance is equal to a specified object.

override
GetHashCode() : int

Returns the hash code for this instance.

GetTypeCode() : TypeCode

Returns the TypeCode for value type short.

static
Parse(string) : short

Converts the string representation of a number to its 16-bit signed integer equivalent.

static
Parse(string, System.Globalization.NumberStyles) : short

Converts the string representation of a number in a specified style to its 16-bit signed integer equivalent.

static
Parse(string, IFormatProvider) : short

Converts the string representation of a number in a specified culture-specific format to its 16-bit signed integer equivalent.

static
Parse(string, System.Globalization.NumberStyles, IFormatProvider) : short

Converts the string representation of a number in a specified style and culture-specific format to its 16-bit signed integer equivalent.

override
ToString() : string

Converts the numeric value of this instance to its equivalent string representation.

ToString(IFormatProvider) : string

Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.

ToString(string) : string

Converts the numeric value of this instance to its equivalent string representation, using the specified format.

ToString(string, IFormatProvider) : string

Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific formatting information.

static
TryParse(string, out short) : bool
Documentation for this section has not yet been entered.
static
TryParse(string, System.Globalization.NumberStyles, IFormatProvider, out short) : bool
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IConvertible.ToBoolean

For a description of this member, see IConvertible.ToBoolean(IFormatProvider).

IConvertible.ToByte

For a description of this member, see IConvertible.ToByte(IFormatProvider).

IConvertible.ToChar

For a description of this member, see IConvertible.ToChar(IFormatProvider).

IConvertible.ToDateTime

This conversion is not supported. Attempting to use this method throws an InvalidCastException.

IConvertible.ToDecimal

For a description of this member, see IConvertible.ToDecimal(IFormatProvider).

IConvertible.ToDouble

For a description of this member, see IConvertible.ToDouble(IFormatProvider).

IConvertible.ToInt16

For a description of this member, see IConvertible.ToInt16(IFormatProvider).

IConvertible.ToInt32

For a description of this member, see IConvertible.ToInt32(IFormatProvider).

IConvertible.ToInt64

For a description of this member, see IConvertible.ToInt64(IFormatProvider).

IConvertible.ToSByte

For a description of this member, see IConvertible.ToSByte(IFormatProvider).

IConvertible.ToSingle

For a description of this member, see IConvertible.ToSingle(IFormatProvider).

IConvertible.ToType

For a description of this member, see IConvertible.ToType(Type, IFormatProvider).

IConvertible.ToUInt16

For a description of this member, see IConvertible.ToUInt16(IFormatProvider).

IConvertible.ToUInt32

For a description of this member, see IConvertible.ToUInt32(IFormatProvider).

IConvertible.ToUInt64

For a description of this member, see IConvertible.ToUInt64(IFormatProvider).