public static parse( readonly value as String ) as UShort throws ValueException:
Parses an UShort value from text.
value
The parsed UShort.
assert UShort.parse("65535") == UShort(65535)