Indicates whether the data object contains text data in the format indicated by the specified System.Windows.Forms.TextDataFormat value.
- format
- One of the System.Windows.Forms.TextDataFormat values.
true if the data object contains text data in the specified format; otherwise, false.
Use this method to determine whether the data object contains text data before retrieving it with the erload:System.Windows.Forms.DataObject.GetText method.