Table of Contents

Class MongoUrlTypeConverter

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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 ITypeDescriptorContext
sourceType Type

Returns

bool

ConvertFrom(ITypeDescriptorContext, CultureInfo, object)

public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)

Parameters

context ITypeDescriptorContext
culture CultureInfo
value object

Returns

object