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
)
Public Shared Function Parse (
text As String
) As Int128
public:
static Int128 Parse(
String^ text
)
static member Parse :
text : string -> Int128
Parameters
- text
- Type: SystemString
A string containing the base-10 representation of a 128-bit integer value.
Return Value
Type:
Int128The 128-bit integer represented by
text.
Exceptions See Also