4 references to ParseBigInteger
System.Numerics (4)
System\Numerics\BigInteger.cs (4)
810return BigNumber.ParseBigInteger(value, NumberStyles.Integer, NumberFormatInfo.CurrentInfo); 814return BigNumber.ParseBigInteger(value, style, NumberFormatInfo.CurrentInfo); 818return BigNumber.ParseBigInteger(value, NumberStyles.Integer, NumberFormatInfo.GetInstance(provider)); 822return BigNumber.ParseBigInteger(value, style, NumberFormatInfo.GetInstance(provider));