Method ConvertTo
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)
Converts the specified ViewLayout object to a string.
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 ViewLayout object to convert.
destinationTypeTypeThe type to convert the ViewLayout object to.
Returns
- object
The converted string value.