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