ComponentOne Reports for WPF
C1.C1Preview Namespace / Tag.TagValueConverter Class / ConvertFrom Method / ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method
An ITypeDescriptorContext that provides a format context.
The culture into which value will be converted.
The object to convert.

In This Topic
    ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method
    In This Topic
    Converts the given object to a Tag object.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function ConvertFrom( _
       ByVal context As ITypeDescriptorContext, _
       ByVal culture As CultureInfo, _
       ByVal value As Object _
    ) As Object
    public override object ConvertFrom( 
       ITypeDescriptorContext context,
       CultureInfo culture,
       object value
    )

    Parameters

    context
    An ITypeDescriptorContext that provides a format context.
    culture
    The culture into which value will be converted.
    value
    The object to convert.

    Return Value

    An object representing the converted value.
    See Also