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

◆ NegativeInt64ToDecStr()

static string System.Number.NegativeInt64ToDecStr ( long input,
int digits,
string sNegative )
inlinestaticprivate

Definition at line 567 of file Number.cs.

568 {
569 long num = 16383L;
570 string text = string.FastAllocateString(0);
571 if (text != null)
572 {
574 }
575 if (text == null)
576 {
577 }
578 if (num == 0L || text == null)
579 {
580 }
581 if ((text != null && text == null) || text == null)
582 {
583 }
584 return text;
585 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, System.Runtime.CompilerServices.RuntimeHelpers.OffsetToStringData, and System.text.