Skip to main content

StringFormatConverter Class

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Calls string.Format(string,object[]) on the passed in values, where the first element in the list is the string, and everything after it is passed into the object array in order.

public class StringFormatConverter

Inheritance: object -> StringFormatConverter

Constructors

NameDescription
StringFormatConverterNo summary available.

StringFormatConverter Constructor

public StringFormatConverter()

Methods

NameDescription
ConvertNo summary available.

Convert Method

public object Convert(System.Collections.Generic.IList<object> values, Type targetType, object parameter, System.Globalization.CultureInfo culture)

Parameters

values System.Collections.Generic.IList<object>

targetType Type

parameter object

culture System.Globalization.CultureInfo

Returns

object