[]
Exports the given value object to the specified type.
object ExportTo(Type destinationType)
Function ExportTo(destinationType As Type) As Object
| Type | Name | Description |
|---|---|---|
| Type | destinationType | The Type to export the object to. |
| Type | Description |
|---|---|
| object | A object that represents the exported value. |