4 references to FormatBigInteger
System.Runtime.Numerics (4)
System\Numerics\BigInteger.cs (4)
1613return Number.FormatBigInteger(this, null, NumberFormatInfo.CurrentInfo); 1618return Number.FormatBigInteger(this, null, NumberFormatInfo.GetInstance(provider)); 1623return Number.FormatBigInteger(this, format, NumberFormatInfo.CurrentInfo); 1628return Number.FormatBigInteger(this, format, NumberFormatInfo.GetInstance(provider));