Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToType() [2/2]

object IConvertible. System.Char.ToType ( Type type,
IFormatProvider provider )
inline

Definition at line 392 of file Char.cs.

393 {
394 return Convert.DefaultToType(this, type, provider);
395 }

References System.Convert.DefaultToType(), and System.type.