Skip to main content

StringFormatValueConverter Constructor

Initializes a new instance of the StringFormatValueConverter class.

Definition

Namespace: Avalonia.Data.Converters
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public StringFormatValueConverter(
string format,
IValueConverter? inner
)

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