메소드 | 설명 | |
---|---|---|
CanConvertFrom ( |
Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.
|
|
CanConvertTo ( |
Returns whether this converter can convert the object to the specified type, using the specified context.
|
|
ConvertFrom ( |
Converts the given object to the type of this converter, using the specified context and culture information.
|
|
ConvertTo ( |
Converts the given value object to the specified type, using the specified context and culture information.
|
public CanConvertFrom ( |
||
sourceType |
/// A |
|
리턴 | bool |
public CanConvertTo ( |
||
destinationType |
/// A |
|
리턴 | bool |
public ConvertFrom ( |
||
culture |
/// The |
|
value | object | The |
propertyType | The property type that the converter will convert to. | |
리턴 | object |
public ConvertTo ( |
||
culture |
/// A |
|
value | object | The |
destinationType |
/// The |
|
리턴 | object |