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

◆ AppendFormatted() [1/5]

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

Definition at line 285 of file DefaultInterpolatedStringHandler.cs.

286 {
287 this.AppendFormatted<object>(value, alignment, format);
288 }

References System.format, and System.value.