Class FormattingConverter
- Namespace
- Innova.Prism.Library.Converters
- Assembly
- Innova.Prism.Library.dll
Provides a OneWay simple formatting converter
public class FormattingConverter : IValueConverter
- Inheritance
-
FormattingConverter
- Implements
Methods
- Convert(object, Type, object, CultureInfo)
Converts the specified value to a formatted string using the provided format string.
- ConvertBack(object, Type, object, CultureInfo)
This method is not implemented and will always throw a NotImplementedException.