Mono Class Library: Overview

System.UInt16: Method Members

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

See Also: Inherited members from System.ValueType

Public Methods

CompareTo(object) : int
Returns the sort order of the current instance compared to the specified object.
CompareTo(ushort) : int
Returns the sort order of the current instance compared to the specified ushort.
override
Equals(object) : bool
Determines whether the current instance and the specified object represent the same value and type.
Equals(ushort) : bool
Determines whether the current instance and the specified ushort represent the same type.
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) : ushort
Returns the specified string converted to a ushort value.
static
Parse(string, System.Globalization.NumberStyles) : ushort
Returns the specified string converted to a ushort value.
static
Parse(string, IFormatProvider) : ushort
Returns the specified string converted to a ushort value.
static
Parse(string, System.Globalization.NumberStyles, IFormatProvider) : ushort
Returns the specified string converted to a ushort 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 ushort) : bool
Documentation for this section has not yet been entered.
static
TryParse(string, System.Globalization.NumberStyles, IFormatProvider, out ushort) : bool
Documentation for this section has not yet been entered.