Table of Contents

Method ConvertTo

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

ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)

Converts the specified object to the specified destination type.

public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)

Parameters

context ITypeDescriptorContext

An ITypeDescriptorContext that provides a format context.

culture CultureInfo

The CultureInfo to use as the current culture.

value object

The object to convert.

destinationType Type

The type to convert the object to.

Returns

object

An object that represents the converted value.