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

◆ ToType()

object IConvertible. System.String.ToType ( Type type,
IFormatProvider provider )
inlineprivate

Implements System.IConvertible.

Definition at line 1918 of file String.cs.

1919 {
1920 if (!true)
1921 {
1922 }
1923 return Convert.DefaultToType(this, type, provider);
1924 }
static object DefaultToType(IConvertible value, Type targetType, IFormatProvider provider)
Definition Convert.cs:119

References System.Convert.DefaultToType().