4 references to FormatBigInteger
System.Runtime.Numerics (4)
System\Numerics\BigInteger.cs (4)
1776return Number.FormatBigInteger(this, null, NumberFormatInfo.CurrentInfo); 1781return Number.FormatBigInteger(this, null, NumberFormatInfo.GetInstance(provider)); 1786return Number.FormatBigInteger(this, format, NumberFormatInfo.CurrentInfo); 1791return Number.FormatBigInteger(this, format, NumberFormatInfo.GetInstance(provider));