terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ FormatFixed()

static unsafe void System.Number.FormatFixed ( ValueStringBuilder sb,
Number::NumberBuffer number,
int nMinDigits,
int nMaxDigits,
NumberFormatInfo info,
int[] groupDigits,
string sDecimal,
string sGroup )
inlinestaticprivate

Definition at line 718 of file Number.cs.

719 {
720 int num = 1;
721 int scale = number.scale;
722 char* digits = number.digits;
723 long num2;
724 if (groupDigits == null)
725 {
727 return;
728 }
729 num2 = 0L;
730 if (num != 0)
731 {
732 int stringLength = sGroup._stringLength;
733 int num3 = 48;
735 return;
736 }
737 }
class f__AnonymousType0<< Count > j__TPar
static readonly long

References j__TPar, System.L, and long.

Referenced by System.Number.FormatCurrency(), and System.Number.FormatPercent().