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





Retrieves the data associated with the specified data 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 methodGetData(String)Retrieves the data associated with the specified data format.
Public methodGetData(Type)Retrieves the data associated with the specified class type format.
Public methodGetData(String, Boolean)Retrieves the data associated with the specified data format, using a Boolean to determine whether to convert the data to the format.
Top