Table of Contents

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 ITypeDescriptorContext

The context of the conversion.

culture CultureInfo

The culture to use for the conversion.

value object

The string value to convert.

Returns

object

The converted ViewLayout object.