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

◆ TryInt64ToHexStr()

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

Definition at line 615 of file Number.cs.

616 {
617 if (48 == 0)
618 {
619 return;
620 }
621 }