AppendInterpolatedStringProviderHandlerAppendFormatted(Object, Int32, String) - метод
Writes the specified value to the handler.
Пространство имён: Tessa.PlatformСборка: Tessa (в Tessa.dll) Версия: 4.0.4
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
(* Defaults:
let _alignment = defaultArg alignment 0
let _format = defaultArg format null
*)
-> 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.