Method Convert
Convert(TSource)
Converts the given value of type TSource into an object of type TTarget.
Declaration
TTarget Convert(TSource value)
Parameters
| Type | Name | Description |
|---|---|---|
| TSource | value | The source value to be converted. |
Returns
| Type | Description |
|---|---|
| TTarget |