2 references to TryParseBigInteger
System.Runtime.Numerics (2)
System\Number.BigInteger.cs (1)
131ParsingStatus status = TryParseBigInteger(value, style, info, out BigInteger result);
System\Numerics\BigInteger.cs (1)
708return Number.TryParseBigInteger(value, style, NumberFormatInfo.GetInstance(provider), out result) == Number.ParsingStatus.OK;