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

◆ ToUpper() [2/2]

static char System.Char.ToUpper ( char c,
CultureInfo culture )
inlinestatic

Definition at line 288 of file Char.cs.

289 {
290 while (c == '\0')
291 {
292 }
293 return c;
294 }