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

◆ TryConvertToString()

static bool Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.TryConvertToString ( object value,
Type type,
[Out] string s )
inlinestaticpackage

Definition at line 294 of file JsonSerializerInternalWriter.cs.

295 {
296 if (!true)
297 {
298 }
300 if (typeConverter != null)
301 {
303 Type type3;
304 bool flag = typeConverter.CanConvertTo(type3);
305 string text = typeConverter.ConvertToInvariantString(type3);
306 return;
307 }
308 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), j__TPar, and System.text.