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

◆ Int64ToHexStr()

static string System.Number.Int64ToHexStr ( long value,
char hexBase,
int digits )
inlinestaticprivate

Definition at line 598 of file Number.cs.

599 {
600 string text = string.FastAllocateString(0);
601 if (text != null)
602 {
604 }
605 if (text != null)
606 {
607 }
608 if (48 == 0)
609 {
610 }
611 return text;
612 }
class f__AnonymousType0<< Count > j__TPar

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