LocalizableEnumConverter.ConvertTo Method
Include Protected Members
Include Inherited Members
Converts the given value object to the specified type. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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 | |
---|---|---|
![]() |
ConvertTo(Object, Type) | (Inherited from TypeConverter.) |
![]() |
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) | Converts the given value object to the specified type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides EnumConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).) |
Top