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