Method ConvertFrom
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
Converts the specified string to an object of the type of this converter.
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
contextITypeDescriptorContextAn ITypeDescriptorContext that provides a format context.
cultureCultureInfoThe CultureInfo to use as the current culture.
valueobjectThe string to convert.
Returns
- object
An object that represents the converted value.