[]
        
(Showing Draft Content)

C1.C1Preview.Tag.TagConverter.ConvertTo

ConvertTo Method

ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)

Converts the given value object to the specified type.

Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type type)
Parameters
Type Name Description
ITypeDescriptorContext context

An ITypeDescriptorContext that provides a format context.

CultureInfo culture

The culture into which value will be converted.

object value

The object to convert.

Type type

The target type.

Returns
Type Description
object

An object representing the converted value.

Overrides