StringFormatMultiValueConverter Class

Summary

A multi-value converter which calls System.String.Format(System.String,System.Object)
Namespace
Avalonia.Data.Converters
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IMultiValueConverter"] click Interface0 "/api/Avalonia.Data.Converters/IMultiValueConverter" Type["StringFormatMultiValueConverter"] class Type type-node

Syntax

public class StringFormatMultiValueConverter : IMultiValueConverter

Constructors

Properties

Name Value Summary
Format string
Gets the format string.
Inner IMultiValueConverter
Gets an inner value converter which will be called before the string format takes place.

Methods

Name Value Summary
Convert(IList<object>, Type, object, CultureInfo) object
Converts multi-binding inputs to a final value.