Method ToUInt16
ToUInt16()
Attempts to convert JSON value to unsigned int 16
Declaration
public ushort ToUInt16()
Returns
Type | Description |
---|---|
System.UInt16 | converted ushort value |
Exceptions
Type | Condition |
---|---|
System.FormatException | |
System.InvalidCastException | |
System.OverflowException |