FormatStringConverter Class

Definition

Value converter that converts an IFormattable to a formatted String. The string format needs to be passed as the converter parameter.

public class FormatStringConverter : Windows.UI.Xaml.Data.IValueConverter
type FormatStringConverter = class
    interface IValueConverter
Public Class FormatStringConverter
Implements IValueConverter
Inheritance
FormatStringConverter
Implements
Windows.UI.Xaml.Data.IValueConverter

Constructors

FormatStringConverter()

Methods

Convert(Object, Type, Object, String)

Convert an IFormattable value to a formatted String.

ConvertBack(Object, Type, Object, String)

Not implemented.

Applies to