IDataObject.GetDataPresent Method
.NET Framework 4.5
Determines whether data stored in this instance is associated with the specified format.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetDataPresent(String) | Determines whether data stored in this instance is associated with, or can be converted to, the specified format. |
|
GetDataPresent(Type) | Determines whether data stored in this instance is associated with, or can be converted to, the specified format. |
|
GetDataPresent(String, Boolean) | Determines whether data stored in this instance is associated with the specified format, using a Boolean value to determine whether to convert the data to the format. |