ColorToNameConverter.

ConvertBack(object, Type, object, CultureInfo) Method

Summary

Converts a given string back to a Color

Syntax

public override object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

Name Type Description
value object The name of the Color
targetType Type
parameter object Optional: A Dictionary<TKey, TValue>
culture CultureInfo

Return Value

Type Description
object Color