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() [3/5]

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

Definition at line 38 of file StringUtils.cs.

39 {
40 if ((provider == null || provider != null) && (arg0 == null || arg0 != null) && (arg1 == null || arg1 != null))
41 {
42 string text;
43 return text;
44 }
46 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.text.