AppendInterpolatedStringProviderHandlerAppendFormattedT(T, Int32) - метод
Writes the specified value to the handler.
Пространство имён: Tessa.PlatformСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public void AppendFormatted<T>(
T value,
int alignment
)
Public Sub AppendFormatted(Of T) (
value As T,
alignment As Integer
)
public:
generic<typename T>
void AppendFormatted(
T value,
int alignment
)
member AppendFormatted :
value : 'T *
alignment : int -> unit
- value T
- The value 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.
- T
- The type of the value to write.