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

Writes the specified value to the handler.

Definition

Пространство имён: Tessa.Platform
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public void AppendFormatted(
	Object? value,
	int alignment = 0,
	string? format = null
)

Параметры

value  Object
The value to write.
alignment  Int32  (Optional)
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.

См. также