Click or drag to resize

StiMetaTagConverterConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)

[Missing <summary> documentation for "M:Stimulsoft.Report.Design.StiMetaTagConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"]

Namespace:  Stimulsoft.Report.Design
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext

[Missing <param name="context"/> documentation for "M:Stimulsoft.Report.Design.StiMetaTagConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"]

culture
Type: System.GlobalizationCultureInfo

[Missing <param name="culture"/> documentation for "M:Stimulsoft.Report.Design.StiMetaTagConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.Design.StiMetaTagConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Stimulsoft.Report.Design.StiMetaTagConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"]

See Also