Method ToUInt16
ToUInt16(string)
Converts a string to a UInt16.
[CLSCompliant(false)]
public static ushort ToUInt16(string value)Parameters
- valuestring
- The value. 
Returns
- ushort
- A UInt16. 
Converts a string to a UInt16.
[CLSCompliant(false)]
public static ushort ToUInt16(string value)value stringThe value.
A UInt16.