UInt128Parse Method
Creates an unsigned 128-bit integer from its string representation.
Namespace: Meta.Numerics.ExtendedAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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
- text String
- The base-10 string representation of an unsigned 128-bit integer.
UInt128The integer value it represents.