Method | Description | |
---|---|---|
CanConvertFrom ( |
Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.
|
|
ConvertFrom ( object value ) : string |
Converts the given object to the type of this converter, using the specified context and culture information.
|
|
ConvertTo ( string value ) : object |
Converts the given value object to the specified type, using the specified context and culture information.
|
public CanConvertFrom ( |
||
sourceType | A |
|
return | bool |
public ConvertFrom ( object value ) : string | ||
value | object | The |
return | string |
public ConvertTo ( string value ) : object | ||
value | string | The |
return | object |