4 references to FormatBigInteger
System.Runtime.Numerics (4)
System\Numerics\BigInteger.cs (4)
2237return Number.FormatBigInteger(this, null, NumberFormatInfo.CurrentInfo); 2242return Number.FormatBigInteger(this, null, NumberFormatInfo.GetInstance(provider)); 2247return Number.FormatBigInteger(this, format, NumberFormatInfo.CurrentInfo); 2252return Number.FormatBigInteger(this, format, NumberFormatInfo.GetInstance(provider));