UInt128TryParse Method

Attempts to parse the given string as an unsigned 128-bit integer.

Definition

Namespace: Meta.Numerics.Extended
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static bool TryParse(
	string text,
	out UInt128 value
)

Parameters

text  String
The string to parse.
value  UInt128
The integer value it represents.

Return Value

Boolean
if text was successfully parsed as an unsigned 128-bit integer, otherwise .

See Also