StringFormatValueConverter.

StringFormatValueConverter(string, IValueConverter) Constructor

Summary

Initializes a new instance of the StringFormatValueConverter class.

Syntax

public StringFormatValueConverter(string format, IValueConverter inner)

Parameters

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

Return Value

Type Description
void