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

◆ FormatWith() [4/5]

static string Newtonsoft.Json.Utilities.StringUtils.FormatWith ( this string format,
IFormatProvider provider,
object arg0,
object arg1,
object arg2,
object arg3 )
inlinestatic

Definition at line 49 of file StringUtils.cs.

50 {
51 if ((provider == null || provider != null) && (arg0 == null || arg0 != null) && (arg1 == null || arg1 != null) && (arg2 == null || arg2 != null))
52 {
53 string text;
54 return text;
55 }
57 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.text.