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

◆ FormatBigInteger()

static void System.Globalization.FormatProvider.FormatBigInteger ( ValueStringBuilder sb,
int precision,
int scale,
bool sign,
ReadOnlySpan< char > format,
NumberFormatInfo numberFormatInfo,
char[] digits,
int startIndex )
inlinestaticpackage

Definition at line 11 of file FormatProvider.cs.

12 {
13 int num = 1;
14 if (startIndex != 0)
15 {
16 return;
17 }
18 if (num == 0)
19 {
20 }
21 if (num == 0)
22 {
23 }
24 }

References System.startIndex.