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

◆ Parse() [5/5]

static BigInteger System.Numerics.BigInteger.Parse ( string value,
NumberStyles style,
IFormatProvider? provider )
inlinestatic

Definition at line 596 of file BigInteger.cs.

597 {
598 return BigNumber.ParseBigInteger(value, style, NumberFormatInfo.GetInstance(provider));
599 }
static NumberFormatInfo GetInstance(IFormatProvider? formatProvider)

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