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

◆ AppendFormatted() [5/5]

void System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.AppendFormatted ( string? value,
int alignment = 0,
string? format = null )
inline

Definition at line 280 of file DefaultInterpolatedStringHandler.cs.

281 {
282 this.AppendFormatted<string>(value, alignment, format);
283 }

References System.format, and System.value.