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
context
ITypeDescriptorContextAn ITypeDescriptorContext that provides a format context.
culture
CultureInfoThe CultureInfo to use as the current culture.
value
objectThe string to convert.
Returns
- object
An object that represents the converted value.