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