3 references to TryParseBigInteger
System.Runtime.Numerics (3)
System\Number.BigInteger.cs (1)
133ParsingStatus status = TryParseBigInteger(value, style, info, out BigInteger result);
System\Numerics\BigInteger.cs (2)
717return Number.TryParseBigInteger(MemoryMarshal.Cast<char, Utf16Char>(value), style, NumberFormatInfo.GetInstance(provider), out result) == Number.ParsingStatus.OK; 727return Number.TryParseBigInteger(MemoryMarshal.Cast<byte, Utf8Char>(utf8Text), style, NumberFormatInfo.GetInstance(provider), out result) == Number.ParsingStatus.OK;