StringFormatValueConverter Constructor
Initializes a new instance of the StringFormatValueConverter class.
Definition
Namespace: Avalonia.Data.Converters
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public StringFormatValueConverter(
string format,
IValueConverter? inner
)
Public Sub New (
format As String,
inner As IValueConverter
)
new :
format : string *
inner : IValueConverter -> StringFormatValueConverter
Parameters
- String
- The format string.
- IValueConverter
- An optional inner converter to be called before the format takes place.
See Also
Reference
StringFormatValueConverter Class
Avalonia.Data.Converters Namespace