VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / ColorBaseConverter Class / ConvertFrom Methods / ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method
Syntax Requirements SeeAlso
In This Topic
    ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method (ColorBaseConverter)
    In This Topic
    Converts the specified object to the native type of the converter.
    Syntax
    'Declaration
    
    Public Overloads Overrides Function ConvertFrom( _
    ByVal context
    A formatter context.
    As System.ComponentModel.ITypeDescriptorContext, _
    ByVal culture
    A CultureInfo object that specifies the culture used to represent the font.
    As System.Globalization.CultureInfo, _
    ByVal value
    The object to convert.
    As System.Object _
    ) As System.Object
    public override System.Object ConvertFrom(
    System.ComponentModel.ITypeDescriptorContext context,
    System.Globalization.CultureInfo culture,
    System.Object value
    )
    public: System.Object ConvertFrom(
    System.ComponentModel.ITypeDescriptorContext* context,
    System.Globalization.CultureInfo* culture,
    System.Object value
    ); override
    public:
    System.Object ConvertFrom(
    System.ComponentModel.ITypeDescriptorContext^ context,
    System.Globalization.CultureInfo^ culture,
    System.Object value
    ); override

    Parameters

    context
    A formatter context.
    culture
    A CultureInfo object that specifies the culture used to represent the font.
    value
    The object to convert.

    Return Value

    The converted object.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also