4 references to FormatBigInteger
System.Runtime.Numerics (4)
System\Numerics\BigInteger.cs (4)
1566return Number.FormatBigInteger(this, null, NumberFormatInfo.CurrentInfo); 1571return Number.FormatBigInteger(this, null, NumberFormatInfo.GetInstance(provider)); 1576return Number.FormatBigInteger(this, format, NumberFormatInfo.CurrentInfo); 1581return Number.FormatBigInteger(this, format, NumberFormatInfo.GetInstance(provider));