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

◆ TryInt32ToHexStr()

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

Definition at line 457 of file Number.cs.

458 {
459 if (5 == 0)
460 {
461 return;
462 }
463 }