StringFormatConverter Class

Definition

This class provides a binding converter to display formatted strings

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

Constructors

StringFormatConverter()

Methods

Convert(Object, Type, Object, String)

Return the formatted string version of the source object.

ConvertBack(Object, Type, Object, String)

Not implemented.

Applies to