Returns a value indicating whether the ExDataObject's data is of the specified
format.
Type | Description | |||
Format as Integer | A constant or value that specifies a clipboard data format like described in exClipboardFormatEnum enum. |
Return | Description | |||
Boolean | A boolean value that indicates whether the ExDataObject's data is of specified format. |
Use the GetFormat property to verify if the ExDataObject's data is of a specified clipboard format. The GetFormat property retrieves True, if the ExDataObject's data format matches the given data format.