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

◆ UInt64ToDecStr()

static string System.Number.UInt64ToDecStr ( ulong value,
int digits )
inlinestaticprivate

Definition at line 640 of file Number.cs.

641 {
642 long num = 16383L;
643 string text = string.FastAllocateString(43155456);
644 if (text != null)
645 {
647 }
648 if (text == null)
649 {
650 }
651 if (num == 0L || text == null)
652 {
653 }
654 if ((text != null && text == null) || text == null)
655 {
656 }
657 return text;
658 }
class f__AnonymousType0<< Count > j__TPar

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