Table of Contents

Method ConvertFrom

Namespace
Innova.Data.AppSettings
Assembly
Innova.Data.dll

ConvertFrom(ITypeDescriptorContext, CultureInfo, object)

Converts the specified string to an object of the type of this converter.

public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)

Parameters

context ITypeDescriptorContext

An ITypeDescriptorContext that provides a format context.

culture CultureInfo

The CultureInfo to use as the current culture.

value object

The string to convert.

Returns

object

An object that represents the converted value.