Int16 Members
The Int16 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CompareTo(Int16) |
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) |
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 |
Returns a value indicating whether this instance is equal to a specified Int16 value.
|
![]() |
Format(String) | |
![]() |
Format(String, IFormatProvider) | |
![]() ![]() |
Parse(String) |
Converts the string representation of a number to its 16-bit signed integer equivalent.
|
![]() ![]() |
Parse(String, Int32) | |
![]() |
ToString(Int32) | |
![]() |
ToString(String) |
Converts the numeric value of this instance to its equivalent string representation, using the specified format.
|
![]() |
ToString(String, IFormatProvider) | |
![]() ![]() |
TryParse(String, Int16%) |
Converts the string representation of a number to its 16-bit signed integer equivalent. A return value indicates whether the conversion succeeded or failed.
|
![]() ![]() |
TryParse(String, Int16%, Int32) |