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

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

Definition at line 16 of file StringUtils.cs.

17 {
18 if (provider == null || provider != null)
19 {
20 string text;
21 return text;
22 }
24 }

References System.text.