StringFormatConverter 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.
This class provides a binding converter to display formatted strings
public class StringFormatConverter : Microsoft.UI.Xaml.Data.IValueConverter
type StringFormatConverter = class
interface IValueConverter
Public Class StringFormatConverter
Implements IValueConverter
- Inheritance
-
StringFormatConverter
- Implements
-
Microsoft.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. |