| ConfigurationSectionStringConverterConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object) |
Casts value into a string then returns ConfigurationManager.GetSection
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic override Object ConvertFrom(
ITypeDescriptorContext ctx,
CultureInfo ci,
Object data
)
Public Overrides Function ConvertFrom (
ctx As ITypeDescriptorContext,
ci As CultureInfo,
data As Object
) As Object
public:
virtual Object^ ConvertFrom(
ITypeDescriptorContext^ ctx,
CultureInfo^ ci,
Object^ data
) override
abstract ConvertFrom :
ctx : ITypeDescriptorContext *
ci : CultureInfo *
data : Object -> Object
override ConvertFrom :
ctx : ITypeDescriptorContext *
ci : CultureInfo *
data : Object -> Object 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:
ObjectThe ConfigurationSection of name
See Also