|
|
System.UInt16 Structure |
|
|
Description | |
|
The UInt16 structure holds positive integer values from 0 to 65535.
Note that when converting to Hexadecimal, xFFFF for UInt16 means 65535, but for Int16 it means -1.
|
|
Methods | |
|
| CompareTo | Compares the current UInt16 value to another |
| Equals | Determines if the current UInt16 equals another |
| Parse | Converts a string representation of a UInt16 into a UInt16 value |
| ToString | Converts the current UInt16 value to a string |
|
|
|
Fields | |
|
MinValue | | Integer | | Smallest possible value : 0 (0x0000 in hex) |
MaxValue | | Integer | | Largest possible value : 65535 (0xFFFF in hex) |
|
Microsoft MSDN links | |
|
|
|
|
|
|