Search Results for

    Show / Hide Table of Contents

    Class ResXFileRef.Converter

    Inheritance
    System.Object
    ResXFileRef.Converter
    Namespace: System.Resources.NetStandard
    Assembly: PnP.Framework.dll
    Syntax
    public class Converter : TypeConverter

    Methods

    CanConvertFrom(ITypeDescriptorContext, Type)

    Declaration
    public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
    Parameters
    ITypeDescriptorContext context

    Type sourceType

    Returns
    System.Boolean

    CanConvertTo(ITypeDescriptorContext, Type)

    Declaration
    public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
    Parameters
    ITypeDescriptorContext context

    Type destinationType

    Returns
    System.Boolean

    ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

    Declaration
    public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
    Parameters
    ITypeDescriptorContext context

    CultureInfo culture

    System.Object value

    Returns
    System.Object

    ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

    Declaration
    public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
    Parameters
    ITypeDescriptorContext context

    CultureInfo culture

    System.Object value

    Type destinationType

    Returns
    System.Object

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer