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() [1/2]

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

Definition at line 59 of file BigNumber.cs.

60 {
61 if (format != null)
62 {
63 char rawStringData = format.GetRawStringData();
64 int stringLength = format._stringLength;
65 while (format != null)
66 {
67 }
68 }
69 string text;
70 return text;
71 }
class f__AnonymousType0<< Count > j__TPar

References System.format, j__TPar, and System.text.