Class KeyConverter
Key Converter class for converting between a string and the Type of a Key
public class KeyConverter : TypeConverter
- Inheritance
-
KeyConverter
Methods
- CanConvertFrom(ITypeDescriptorContext?, Type)
CanConvertFrom()
- CanConvertTo(ITypeDescriptorContext?, Type?)
TypeConverter method override.
- FromString(string)
Converts string representation of the key to the Key enumeration.