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

◆ ToChar()

char IConvertible. System.Enum.ToChar ( IFormatProvider provider)
inlineprivate

Implements System.IConvertible.

Definition at line 523 of file Enum.cs.

524 {
526 return Convert.ToChar(this, currentCulture);
527 }
class f__AnonymousType0<< Count > j__TPar
static char ToChar(object value, IFormatProvider provider)
Definition Convert.cs:309
static CultureInfo CurrentCulture

References System.Globalization.CultureInfo.CurrentCulture, j__TPar, and System.Convert.ToChar().