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

static string Newtonsoft.Json.Utilities.StringUtils.FormatWith ( this string format,
IFormatProvider provider,
params object[] args )
inlinestaticprivate

Definition at line 60 of file StringUtils.cs.

61 {
62 ValidationUtils.ArgumentNotNull("format", "format");
63 string text;
64 return text;
65 }

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(), and System.text.