Method Convert
- Namespace
- Innova.Prism.Library.Converters
- Assembly
- Innova.Prism.Library.dll
Convert(object, Type, object, CultureInfo)
Converts the specified value to a formatted string using the provided format string.
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
objectThe value to be converted.
targetType
TypeThe type of the target property.
parameter
objectThe format string.
culture
CultureInfoThe culture to be used for formatting.
Returns
- object
The formatted string representation of the value.