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

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

Definition at line 527 of file String.cs.

528 {
529 while (format == null)
530 {
531 }
532 string text;
533 return text;
534 }

References System.format, and System.text.