Summary
Converts a single value to the targetType, if it is supported.
- Namespace
- TCLite
- Containing Type
- DataParamAttribute
Syntax
public static object Convert(object value, Type targetType)
Parameters
| Name | Type | Description |
|---|---|---|
| value | object | |
| targetType | Type |
Return Value
| Type | Description |
|---|---|
| object |
