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

◆ FormatCurrency()

static void System.Globalization.FormatProvider.Number.FormatCurrency ( ValueStringBuilder sb,
FormatProvider::Number::NumberBuffer number,
int nMinDigits,
int nMaxDigits,
NumberFormatInfo info )
inlinestaticprivate

Definition at line 68 of file FormatProvider.cs.

69 {
70 int num = 1;
71 bool sign = number.sign;
72 if (num == 0)
73 {
74 }
75 int num2 = 184;
76 long num3 = 0L;
77 int[] currencyGroupSizes = info.CurrencyGroupSizes;
78 string currencyGroupSeparator = info.currencyGroupSeparator;
79 string currencyDecimalSeparator = info.currencyDecimalSeparator;
80 if (num2 == 0)
81 {
82 }
83 FormatProvider.Number.FormatFixed(sb, number, (int)num3, nMaxDigits, info, currencyGroupSizes, currencyDecimalSeparator, currencyGroupSeparator);
84 }
class f__AnonymousType0<< Count > j__TPar

References System.Globalization.FormatProvider.Number.FormatFixed(), System.info, j__TPar, and System.L.