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

◆ Evaluate()

static string System.ParameterizedStrings.Evaluate ( string format,
params ParameterizedStrings::FormatParam[] args )
inlinestatic

Definition at line 11 of file ParameterizedStrings.cs.

12 {
13 while (format == null)
14 {
15 }
16 string text;
17 return text;
18 }

References System.format, and System.text.