Mono Class Library: Overview

System.Int16: Members

The members of System.Int16 are listed below.

See Also: Inherited members from System.ValueType

Public Fields

const
MaxValueshort (32767). Contains the maximum value for the short type.
const
MinValueshort (-32768). Contains the minimum value for the short type.

Public Methods

CompareTo(short) : int
Returns the sort order of the current instance compared to the specified short.
CompareTo(object) : int
Returns the sort order of the current instance compared to the specified object.
Equals(short) : bool
Determines whether the current instance and the specified short represent the same value.
override
Equals(object) : bool
Determines whether the current instance and the specified object represent the same type and value.
override
GetHashCode() : int
Generates a hash code for the current instance.
GetTypeCode() : TypeCode
Documentation for this section has not yet been entered.
static
Parse(string) : short
Returns the specified string converted to a short value.
static
Parse(string, System.Globalization.NumberStyles) : short
Returns the specified string converted to a short value.
static
Parse(string, IFormatProvider) : short
Returns the specified string converted to a shortvalue.
static
Parse(string, System.Globalization.NumberStyles, IFormatProvider) : short
Returns the specified string converted to a short value.
override
ToString() : string
Returns a string representation of the value of the current instance.
ToString(IFormatProvider) : string
Returns a string representation of the value of the current instance.
ToString(string) : string
Returns a string representation of the value of the current instance.
ToString(string, IFormatProvider) : string
Returns a string representation of the value of the current instance.
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.ToBooleanDocumentation for this section has not yet been entered.
IConvertible.ToByteDocumentation for this section has not yet been entered.
IConvertible.ToCharDocumentation for this section has not yet been entered.
IConvertible.ToDateTimeDocumentation for this section has not yet been entered.
IConvertible.ToDecimalDocumentation for this section has not yet been entered.
IConvertible.ToDoubleDocumentation for this section has not yet been entered.
IConvertible.ToInt16Documentation for this section has not yet been entered.
IConvertible.ToInt32Documentation for this section has not yet been entered.
IConvertible.ToInt64Documentation for this section has not yet been entered.
IConvertible.ToSByteDocumentation for this section has not yet been entered.
IConvertible.ToSingleDocumentation for this section has not yet been entered.
IConvertible.ToTypeDocumentation for this section has not yet been entered.
IConvertible.ToUInt16Documentation for this section has not yet been entered.
IConvertible.ToUInt32Documentation for this section has not yet been entered.
IConvertible.ToUInt64Documentation for this section has not yet been entered.