Search Results for

    Show / Hide Table of Contents

    Class ImageCropperValueTypeConverter

    Converts ImageCropperValue to string or JObject (why?).

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors.ValueConverters
    Assembly: cs.temp.dll.dll
    Syntax
    public class ImageCropperValueTypeConverter : TypeConverter

    Methods

    CanConvertTo(ITypeDescriptorContext, Type)

    Declaration
    public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
    Parameters
    Type Name Description
    ITypeDescriptorContext context
    System.Type destinationType
    Returns
    Type Description
    System.Boolean

    ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

    Declaration
    public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
    Parameters
    Type Name Description
    ITypeDescriptorContext context
    CultureInfo culture
    System.Object value
    System.Type destinationType
    Returns
    Type Description
    System.Object
    In This Article
    • Methods
      • CanConvertTo(ITypeDescriptorContext, Type)
      • ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX