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

Writes the specified value to the handler.

Definition

Пространство имён: Tessa.Platform
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.

См. также