Property | Type | Description |
---|
Method | Description | |
---|---|---|
ProvideValue ( IServiceProvider serviceProvider ) : object |
Provides an instance of TypeConverter based on this
|
|
TypeConverterExtension ( ) : System |
Initializes a new instance of the TypeConverterExtension class.
|
|
TypeConverterExtension ( |
Initializes a new instance of the TypeConverterExtension class with the specified source and target types.
|
|
TypeConverterExtension ( string sourceTypeName, string targetTypeName ) : System |
Initializes a new instance of the TypeConverterExtension class with the specified source and target types.
|
public ProvideValue ( IServiceProvider serviceProvider ) : object | ||
serviceProvider | IServiceProvider | /// An object that can provide services. /// |
return | object |
public TypeConverterExtension ( |
||
sourceType |
/// The source type for the |
|
targetType |
/// The target type for the |
|
return | System |
public TypeConverterExtension ( string sourceTypeName, string targetTypeName ) : System | ||
sourceTypeName | string |
/// The source type name for the |
targetTypeName | string |
/// The target type name for the |
return | System |