AppendInterpolatedStringProviderHandlerAppendFormatted(ReadOnlySpanChar, Int32, String) - метод

Writes the specified string of chars to the handler.

Definition

Пространство имён: Tessa.Platform
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public void AppendFormatted(
	ReadOnlySpan<char> value,
	int alignment,
	string? format = null
)

Параметры

value  ReadOnlySpanChar
The span to write.
alignment  Int32
The minimum number of characters that should be written for this value. If the value is negative, it indicates left-aligned and the required minimum is the absolute value.
format  String  (Optional)
The format string.

См. также