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.DBNull.ToType ( Type type,
IFormatProvider provider )
inlineprivate

Implements System.IConvertible.

Definition at line 148 of file DBNull.cs.

149 {
150 if (!true)
151 {
152 }
153 return Convert.DefaultToType(this, type, provider);
154 }
static object DefaultToType(IConvertible value, Type targetType, IFormatProvider provider)
Definition Convert.cs:119

References System.Convert.DefaultToType().