Share via


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
Public method ConvertTo(Object, Type) (Inherited from TypeConverter.)
Public method 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