Skip to main content
.NET Framework Class Library
IDataObject..::.GetDataPresent Method





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.

Overload List
 NameDescription
Public methodGetDataPresent(String)Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
Public methodGetDataPresent(Type)Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
Public methodGetDataPresent(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.
Top