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
IType
|
Type
sourceType
|
Returns
System.
|
CanConvertTo(ITypeDescriptorContext, Type)
Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
IType
|
Type
destinationType
|
Returns
System.
|
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
Declaration
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
IType
|
Culture
|
System.
|
Returns
System.
|
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
IType
|
Culture
|
System.
|
Type
destinationType
|
Returns
System.
|