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