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

◆ NegativeInt32ToDecStr()

static string System.Number.NegativeInt32ToDecStr ( int value,
int digits,
string sNegative )
inlinestaticprivate

Definition at line 419 of file Number.cs.

420 {
421 string text = string.FastAllocateString(value);
422 if (text != null)
423 {
425 }
426 return text;
427 }
class f__AnonymousType0<< Count > j__TPar

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