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

◆ UInt32ToDecStr()

static string System.Number.UInt32ToDecStr ( uint value,
int digits )
inlinestaticprivate

Definition at line 536 of file Number.cs.

537 {
538 string text = string.FastAllocateString(0);
539 if (text != null)
540 {
542 }
543 return text;
544 }
class f__AnonymousType0<< Count > j__TPar

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