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
|