Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImageCropperValueTypeConverter

    Converts ImageCropperValue to string or JObject (why?).

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

    Methods

    View Source

    CanConvertTo(ITypeDescriptorContext, Nullable<Type>)

    Declaration
    public override bool CanConvertTo(ITypeDescriptorContext context, Type? destinationType)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    System.Nullable<Type> destinationType
    Returns
    Type Description
    System.Boolean
    View Source

    ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

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