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

Parses an ULong value from text.

Parameters
ParameterDescription
valueText to parse.
Returns

The parsed ULong.

Throws
  • ValueException if the input cannot be parsed.
Example
assert ULong.parse("18446744073709551615") == ULong.MAX_VALUE