4 references to FormatBigInteger
System.Runtime.Numerics (4)
System\Numerics\BigInteger.cs (4)
1593return Number.FormatBigInteger(this, null, NumberFormatInfo.CurrentInfo); 1598return Number.FormatBigInteger(this, null, NumberFormatInfo.GetInstance(provider)); 1603return Number.FormatBigInteger(this, format, NumberFormatInfo.CurrentInfo); 1608return Number.FormatBigInteger(this, format, NumberFormatInfo.GetInstance(provider));