Skip to main content

StringFormatMultiValueConverter Constructor

Initializes a new instance of the StringFormatMultiValueConverter class.

Definition

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

public StringFormatMultiValueConverter(
string format,
IMultiValueConverter? inner
)

Parameters

  String
The format string.
  IMultiValueConverter
An optional inner converter to be called before the format takes place.

See Also

Reference

StringFormatMultiValueConverter Class
Avalonia.Data.Converters Namespace