Method | Description | |
---|---|---|
ConvertFrom ( ITypeDescriptorContext context, |
Converts the given object to the type of this converter, using the specified context and culture information.
|
|
ConvertTo ( ITypeDescriptorContext context, |
Converts the given value object to the specified type, using the specified context and culture information.
|
|
CreateInstance ( ITypeDescriptorContext context, IDictionary propertyValues ) : object |
Creates an instance of the type that this T:System.ComponentModel.TypeConverter is associated with, using the specified context, given a set of property values for the object.
|
|
MatrixConverter ( ) : System |
Initializes a new instance of the MatrixConverter class.
|
public ConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | An |
culture | The |
|
value | object | The |
return | object |
public ConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | An |
culture | A |
|
value | object | The |
destinationType | The |
|
return | object |
public CreateInstance ( ITypeDescriptorContext context, IDictionary propertyValues ) : object | ||
context | ITypeDescriptorContext | An |
propertyValues | IDictionary | An |
return | object |