Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Format() [5/8]

static string System.String.Format ( string format,
object? arg0 )
inlinestatic

Definition at line 1897 of file String.cs.

1898 {
1899 return FormatHelper(null, format, new ParamsArray(arg0));
1900 }
static string FormatHelper(IFormatProvider provider, string format, ParamsArray args)
Definition String.cs:1945

References System.format, and System.String.FormatHelper().