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

◆ Format() [4/8]

static string System.String.Format ( IFormatProvider provider,
string format,
params object[] args )
inlinestatic

Definition at line 558 of file String.cs.

559 {
560 while (format == null)
561 {
562 }
563 string text;
564 return text;
565 }

References System.format, and System.text.