C# Class YAMP.Converter.StringToEnumConverter

String to an arbitrary enumeration converter.
Inheritance: ValueConverterAttribute
Mostra file Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method Description
StringToEnumConverter ( Type enumType ) : System

Creates a new String to Enumeration (value) converter.

Method Details

StringToEnumConverter() public method

Creates a new String to Enumeration (value) converter.
public StringToEnumConverter ( Type enumType ) : System
enumType System.Type The enumeration which contains the possible values.
return System