UInt16.TryParse Method
.NET Framework 2.0
Converts the string representation of a number to its 16-bit unsigned integer equivalent. A return value indicates whether the conversion succeeded or failed.
UInt16 Members
System Namespace
Parse
ToString
| Name | Description |
|---|---|
| UInt16.TryParse (String, UInt16) | Converts the string representation of a number to its 16-bit unsigned integer equivalent. A return value indicates whether the conversion succeeded or failed. |
| UInt16.TryParse (String, NumberStyles, IFormatProvider, UInt16) | Converts the string representation of a number in a specified style and culture-specific format to its 16-bit unsigned integer equivalent. A return value indicates whether the conversion succeeded or failed. |
Reference
UInt16 StructureUInt16 Members
System Namespace
Parse
ToString