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

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

Definition at line 27 of file StringUtils.cs.

28 {
29 if ((provider == null || provider != null) && (arg0 == null || arg0 != null))
30 {
31 string text;
32 return text;
33 }
35 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.text.