[]
        
(Showing Draft Content)

C1.C1Preview.Tag.TagValueConverter.ConvertFrom

ConvertFrom Method

ConvertFrom(ITypeDescriptorContext, CultureInfo, object)

Converts the given object to a Tag object.

Declaration
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
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.

Returns
Type Description
object

An object representing the converted value.

Overrides