System.Int16: Method Members

The methods of System.Int16 are listed below. For a list of all members, see the Int16 Members list.

See Also: Inherited members from System.ValueType

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.