AppendInterpolatedStringProviderHandler.AppendFormatted(ReadOnlySpan<Char>, Int32, String) - метод
Writes the specified string of chars to the handler.
Пространство имён: Tessa.PlatformСборка: Tessa (в Tessa.dll) Версия: 4.1.1+54884209c809ca6bcbfa81470cb9ce7a3a4102a0
public void AppendFormatted(
ReadOnlySpan<char> value,
int alignment,
string? format = null
)
Public Sub AppendFormatted (
value As ReadOnlySpan(Of Char),
alignment As Integer,
Optional format As String = Nothing
)
public:
void AppendFormatted(
ReadOnlySpan<wchar_t> value,
int alignment,
String^ format = nullptr
)
member AppendFormatted :
value : ReadOnlySpan<char> *
alignment : int *
?format : string
-> unit
Параметры
- value ReadOnlySpan<Char>
- 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.