Click or drag to resize
ConfigurationSectionStringConverterConvertFrom Method
Overload List
  NameDescription
Public methodConvertFrom(Object)
Converts the given value to the type of this converter.
(Inherited from TypeConverter.)
Public methodConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
Casts value into a string then returns ConfigurationManager.GetSection
(Overrides TypeConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Top
See Also