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

◆ ToDateTime() [1/2]

static DateTime System.Convert.ToDateTime ( object value,
IFormatProvider provider )
inlinestatic

Definition at line 2456 of file Convert.cs.

2457 {
2458 if (value == null || value == null || value != null)
2459 {
2460 throw new InvalidCastException();
2461 }
2462 throw new InvalidCastException();
2463 }

References System.value.

Referenced by Newtonsoft.Json.Linq.JToken.operator DateTimeOffset(), and System.String.ToDateTime().