klyn.UShort.parse
method
public static parse( readonly value as String ) as UShort throws ValueException:
Description

Parses an UShort value from text.

Parameters
ParameterDescription
valueText to parse.
Returns

The parsed UShort.

Throws
  • ValueException if the input cannot be parsed.
Example
assert UShort.parse("65535") == UShort(65535)