Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Parse() [1/5]

static BigInteger System.Numerics.BigInteger.Parse ( ReadOnlySpan< char > value,
NumberStyles style = NumberStyles::Integer,
IFormatProvider? provider = null )
inlinestatic

Definition at line 611 of file BigInteger.cs.

612 {
613 return BigNumber.ParseBigInteger(value, style, NumberFormatInfo.GetInstance(provider));
614 }
static NumberFormatInfo GetInstance(IFormatProvider? formatProvider)

References System.Globalization.NumberFormatInfo.GetInstance(), System.Numerics.BigNumber.ParseBigInteger(), and System.value.