method ExDataObject.GetFormat (Format as Integer)

Returns a value indicating whether the ExDataObject's data is of specified format.

TypeDescription
Format as Integer A constant or value that specifies a clipboard data format like described in exClipboardFormatEnum enum.
ReturnDescription
BooleanA 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.