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

◆ AppendFormat() [6/8]

StringBuilder System.Text.StringBuilder.AppendFormat ( string format,
object? arg0,
object? arg1 )
inline

Definition at line 1503 of file StringBuilder.cs.

1504 {
1505 return AppendFormatHelper(null, format, new ParamsArray(arg0, arg1));
1506 }
StringBuilder AppendFormatHelper(IFormatProvider provider, string format, ParamsArray args)

References System.Text.StringBuilder.AppendFormatHelper(), and System.format.