FormatStringConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |