AppendFormatted(T, Int32, String?) Method

Definition

Namespace XenoAtom.Ansi
Assembly XenoAtom.Ansi.dll
[NullableContext((byte)1)]
public void AppendFormatted<T>(T value, int alignment, [Nullable((byte)2)] string? format = null)
    where T : ISpanFormattable

Type parameters

T

Parameters

value
{T}
alignment
Int32
format
String