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

◆ TryUInt64ToDecStr()

static bool System.Number.TryUInt64ToDecStr ( ulong value,
int digits,
Span< char > destination,
[Out] int charsWritten )
inlinestaticprivate

Definition at line 661 of file Number.cs.

662 {
663 long num = 16383L;
664 if (num != 0L)
665 {
666 return;
667 }
668 }

References System.L.