StiResourceFileConverter Class

Namespace: Stimulsoft.Report.Dictionary.Design

Converts StiResource from one data type to another.

Inheritance

Inherits from: StiExtConverter

Methods

Method Returns Description
ConvertFrom object  
ConvertTo object  

Method Details

ConvertFrom

ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: object): object

Parameters

  • context (ITypeDescriptorContext)
  • culture (CultureInfo)
  • value (object)

Returns object


ConvertTo

ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: object, destinationType: Type): object

Parameters

  • context (ITypeDescriptorContext)
  • culture (CultureInfo)
  • value (object)
  • destinationType (Type)

Returns object