Click or drag to resize
ConfigurationSectionStringConverterConvertTo Method
Overload List
  NameDescription
Public methodConvertTo(Object, Type)
Converts the given value object to the specified type, using the arguments.
(Inherited from TypeConverter.)
Public methodConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
Casts value into a string then returns ConfigurationManager.GetSection
(Overrides TypeConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Top
See Also