DefaultValueConverter.

Convert(object, Type, object, CultureInfo) Method

Summary

Converts a value.

Syntax

public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

Name Type Description
value object The value to convert.
targetType Type The type of the target.
parameter object A user-defined parameter.
culture CultureInfo The culture to use.

Return Value

Type Description
object The converted value.