Click or drag to resize

Int128Parse Method

Produces a 128-bit integer from its string representation.

Namespace:  Meta.Numerics.Extended
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static Int128 Parse(
	string text
)

Parameters

text
Type: SystemString
A string containing the base-10 representation of a 128-bit integer value.

Return Value

Type: Int128
The 128-bit integer represented by text.
Exceptions
ExceptionCondition
ArgumentNullExceptiontext was .
FormatExceptiontext did not contain a valid representation of an integer.
OverflowExceptiontext represented an integer outside the range of Int128.
See Also