Int128Parse Method
Produces a 128-bit integer from its string representation.
Namespace: Meta.Numerics.ExtendedAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static Int128 Parse(
string text
)
Public Shared Function Parse (
text As String
) As Int128
public:
static Int128 Parse(
String^ text
)
static member Parse :
text : string -> Int128
- text String
- A string containing the base-10 representation of a 128-bit integer value.
Int128The 128-bit integer represented by
text.