Creates an unsigned 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 UInt128 Parse(
string text
)
Public Shared Function Parse (
text As String
) As UInt128
public:
static UInt128 Parse(
String^ text
)
static member Parse :
text : string -> UInt128
Parameters
- text
- Type: SystemString
The base-10 string representation of an unsigned 128-bit integer.
Return Value
Type:
UInt128The integer value it represents.
Exceptions See Also