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.Globalization.FormatProvider.Number.FormatFixed ( ValueStringBuilder sb,
FormatProvider::Number::NumberBuffer number,
int nMinDigits,
int nMaxDigits,
NumberFormatInfo info,
int[] groupDigits,
string sDecimal,
string sGroup )
inlinestaticprivate

Definition at line 92 of file FormatProvider.cs.

93 {
94 int num = 1;
95 int scale = number.scale;
96 char* overrideDigits = number.overrideDigits;
97 if (num == 0)
98 {
99 }
100 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.

Referenced by System.Globalization.FormatProvider.Number.FormatCurrency(), System.Globalization.FormatProvider.Number.FormatNumber(), and System.Globalization.FormatProvider.Number.FormatPercent().