ModelingEnumerationConverter.ConvertFrom Method
Include Protected Members
Include Inherited Members
Converts a value to a domain enumeration object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ConvertFrom(Object) | Converts the given value to the type of this converter. (Inherited from TypeConverter.) | |
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) | Converts the specified value object to a domain enumeration object by using the specified context. (Overrides TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).) |
Top