Summary
Initializes a new instance of the
StringFormatMultiValueConverter
class.
- Namespace
- Avalonia
.Data .Converters - Containing Type
- String
Format Multi Value Converter
Syntax
public StringFormatMultiValueConverter(string format, IMultiValueConverter inner)
Parameters
Name | Type | Description |
---|---|---|
format | string | The format string. |
inner | IMultiValueConverter | An optional inner converter to be called before the format takes place. |
Return Value
Type | Description |
---|---|
void |