4 references to FormatBigInteger
System.Runtime.Numerics (4)
System\Numerics\BigInteger.cs (4)
1777return Number.FormatBigInteger(this, null, NumberFormatInfo.CurrentInfo); 1782return Number.FormatBigInteger(this, null, NumberFormatInfo.GetInstance(provider)); 1787return Number.FormatBigInteger(this, format, NumberFormatInfo.CurrentInfo); 1792return Number.FormatBigInteger(this, format, NumberFormatInfo.GetInstance(provider));