Method ConvertFrom
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
Converts the specified string to a ViewLayout object.
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
context
ITypeDescriptorContextThe context of the conversion.
culture
CultureInfoThe culture to use for the conversion.
value
objectThe string value to convert.
Returns
- object
The converted ViewLayout object.