FuncConverter<TSource,TDest,TParam>.Convert Method
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.
public object Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member Convert : obj * Type * obj * System.Globalization.CultureInfo -> obj
override this.Convert : obj * Type * obj * System.Globalization.CultureInfo -> obj
Parameters
- value
- System.Object
- targetType
- System.Type
- parameter
- System.Object
- culture
- System.Globalization.CultureInfo
Returns
System.Object