Property | Type | Description | |
---|---|---|---|
DoConversion | object |
Method | Description | |
---|---|---|
Convert ( object value, |
Attempts to convert the specified value.
|
|
ConvertBack ( object value, |
Attempts to convert the specified value back.
|
|
TypeConverter ( ) : System |
Initializes a new instance of the TypeConverter class.
|
|
TypeConverter ( |
Initializes a new instance of the TypeConverter class with the specified source and target types.
|
Method | Description | |
---|---|---|
DoConversion ( object value, |
public Convert ( object value, |
||
value | object | /// The value to convert. /// |
targetType | /// The type of the binding target property. /// | |
parameter | object | /// The converter parameter to use. /// |
culture | /// The culture to use in the converter. /// | |
return | object |
public ConvertBack ( object value, |
||
value | object | /// The value to convert. /// |
targetType | /// The type of the binding target property. /// | |
parameter | object | /// The converter parameter to use. /// |
culture | /// The culture to use in the converter. /// | |
return | object |
public TypeConverter ( |
||
sourceType |
/// The source type (see |
|
targetType |
/// The target type (see |
|
return | System |