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

◆ AppendFormat() [2/8]

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

Definition at line 1528 of file StringBuilder.cs.

1529 {
1530 return AppendFormatHelper(provider, format, new ParamsArray(arg0, arg1));
1531 }
StringBuilder AppendFormatHelper(IFormatProvider provider, string format, ParamsArray args)

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