BigIntegerStatic: TryParse |
Attemps to parse a string of characters of the specified base type.
Public Function TryParse( ByRef Value As String, ByRef OutResult As BigInteger ) As Boolean
2 base types are supported for parsing; Decimal and Hex. The string must include a base type specifier for Hex. Decimal is the default.
Hex Prefix Specifiers: 0x, 0X, &H, &H
Parsing is not case sensitive.