Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ FormatBigInteger() [1/2]

static string System.Numerics.BigNumber.FormatBigInteger ( BigInteger value,
string format,
NumberFormatInfo info )
inlinestaticpackage

Definition at line 420 of file BigNumber.cs.

421 {
422 int charsWritten;
423 bool spanSuccess;
424 return FormatBigInteger(targetSpan: false, value, format, format, info, default(Span<char>), out charsWritten, out spanSuccess);
425 }
static string FormatBigInteger(BigInteger value, string format, NumberFormatInfo info)
Definition BigNumber.cs:420

References System.format, System.Numerics.BigNumber.FormatBigInteger(), System.info, and System.value.

Referenced by System.Numerics.BigNumber.FormatBigInteger(), System.Numerics.BigInteger.ToString(), System.Numerics.BigInteger.ToString(), System.Numerics.BigInteger.ToString(), System.Numerics.BigInteger.ToString(), and System.Numerics.BigNumber.TryFormatBigInteger().