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

◆ Int32ToDecChars()

static unsafe void System.Globalization.FormatProvider.Number.Int32ToDecChars ( char * buffer,
int index,
uint value,
int digits )
inlinestaticpackage

Definition at line 30 of file FormatProvider.cs.

31 {
32 if (value == 0U)
33 {
34 return;
35 }
36 }

References System.U, and System.value.