Class MongoUrlTypeConverter
Implements a TypeConverter for converting MongoUrl.
public sealed class MongoUrlTypeConverter : TypeConverter
- Inheritance
-
MongoUrlTypeConverter
- Inherited Members
Methods
CanConvertFrom(ITypeDescriptorContext, Type)
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Parameters
context
ITypeDescriptorContextsourceType
Type
Returns
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
context
ITypeDescriptorContextculture
CultureInfovalue
object