AppendInterpolatedStringProviderHandlerAppendFormattedT(T, String) - метод

Writes the specified value to the handler.

Definition

Пространство имён: Tessa.Platform
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public void AppendFormatted<T>(
	T value,
	string? format
)

Параметры

value  T
The value to write.
format  String
The format string.

Параметры типа

T
The type of the value to write.

См. также