Class CustomEncodingConverter
  
  
  
  
    Inheritance
    System.Object
    CustomEncodingConverter
   
  
  Assembly: EPiServer.Configuration.dll
  Version: 7.19.2
  Syntax
  
    public sealed class CustomEncodingConverter : ConfigurationConverterBase
   
  Constructors
  
  
  
  
  CustomEncodingConverter()
  
  
  Declaration
  
    public CustomEncodingConverter()
   
  Methods
  
  
  
  
  CanConvertFrom(ITypeDescriptorContext, Type)
  
  
  Declaration
  
    public override bool CanConvertFrom(ITypeDescriptorContext ctx, Type type)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.ComponentModel.ITypeDescriptorContext | ctx |  | 
      
        | System.Type | type |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  CanConvertTo(ITypeDescriptorContext, Type)
  
  
  Declaration
  
    public override bool CanConvertTo(ITypeDescriptorContext ctx, Type type)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.ComponentModel.ITypeDescriptorContext | ctx |  | 
      
        | System.Type | type |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
  
  
  Declaration
  
    public override object ConvertFrom(ITypeDescriptorContext ctx, CultureInfo ci, object data)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.ComponentModel.ITypeDescriptorContext | ctx |  | 
      
        | System.Globalization.CultureInfo | ci |  | 
      
        | System.Object | data |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Object |  | 
    
  
  
  
  
  ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
  
  
  Declaration
  
    public override object ConvertTo(ITypeDescriptorContext ctx, CultureInfo ci, object value, Type type)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.ComponentModel.ITypeDescriptorContext | ctx |  | 
      
        | System.Globalization.CultureInfo | ci |  | 
      
        | System.Object | value |  | 
      
        | System.Type | type |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Object |  |