Method | Description | |
---|---|---|
Convert ( object value, |
Convertes the value parameter from an enumeration value to the localized name of the enumeration value.
|
|
ConvertBack ( object value, |
Converting a localized name back to its enumeration value is impossible. Therefore this method is not implemented.
|
public Convert ( object value, |
||
value | object | The value of an enum that is to be converted. |
targetType | The type to which the value is to be converted. In this case it is always string. | |
parameter | object | A paramter that is not used in this implementation. |
language | string | The name of the language, so that parsing can be adjusted to cultural conventions. |
return | object |
public ConvertBack ( object value, |
||
value | object | Not supported in this implementation. |
targetType | Not supported in this implementation. | |
parameter | object | Not supported in this implementation. |
language | string | Not supported in this implementation. |
return | object |