3 references to TryParseBigInteger
System.Numerics (3)
System\Numerics\BigInteger.cs (2)
826return BigNumber.TryParseBigInteger(value, NumberStyles.Integer, NumberFormatInfo.CurrentInfo, out result); 830return BigNumber.TryParseBigInteger(value, style, NumberFormatInfo.GetInstance(provider), out result);
System\Numerics\BigNumber.cs (1)
362if (!TryParseBigInteger(value, style, info, out result)) {