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
valueobjectThe value to be converted.
targetTypeTypeThe type of the target property.
parameterobjectThe format string.
cultureCultureInfoThe culture to be used for formatting.
Returns
- object
The formatted string representation of the value.