Click or drag to resize
ConfigurationSectionStringConverterConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)
Casts value into a string then returns ConfigurationManager.GetSection

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public override Object ConvertFrom(
	ITypeDescriptorContext ctx,
	CultureInfo ci,
	Object data
)

Parameters

ctx
Type: System.ComponentModelITypeDescriptorContext
ITypeDescriptorContext object used for the conversions.
ci
Type: System.GlobalizationCultureInfo
Internalization context
data
Type: SystemObject
The value to convert.

Return Value

Type: Object
The ConfigurationSection of name
See Also