Summary
Converts an array of objects to the targetType, if it is supported.
- Namespace
- TCLite
- Containing Type
- DataParamAttribute
Syntax
public static IEnumerable ConvertData(object[] data, Type targetType)
Parameters
| Name | Type | Description |
|---|---|---|
| data | object[] | |
| targetType | Type |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
