ExportTo Method
ExportTo(Type)
Exports the given value object to the specified type.
Declaration
object ExportTo(Type destinationType)
Function ExportTo(destinationType As Type) As Object
Parameters
Type |
Name |
Description |
Type |
destinationType |
The Type to export the object to.
|
Returns
Type |
Description |
object |
A object that represents the exported value.
|