Method ConvertTo
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)
Converts the specified EntitySavedQuerySetting object to its equivalent string representation.
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
contextITypeDescriptorContextThe context of the conversion.
cultureCultureInfoThe culture to use for the conversion.
valueobjectThe EntitySavedQuerySetting object to convert.
destinationTypeTypeThe type to convert the EntitySavedQuerySetting object to.
Returns
- object
A string representation of the EntitySavedQuerySetting object.