StringFormatMultiValueConverter.

StringFormatMultiValueConverter(string, IMultiValueConverter) Constructor

Summary

Initializes a new instance of the StringFormatMultiValueConverter class.

Syntax

public StringFormatMultiValueConverter(string format, IMultiValueConverter inner)

Parameters

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

Return Value

Type Description
void