[]
Returns whether this exporter can export the object to the specified type.
bool CanExportTo(Type destinationType)
Function CanExportTo(destinationType As Type) As Boolean
| Type | Name | Description |
|---|---|---|
| Type | destinationType | A Type that represents the type you want to export to. |
| Type | Description |
|---|---|
| bool | true if this exporter can perform the export; otherwise, false. |