Data from a Dataobject can be retrieved using the overloads of ‘GetDataPresent()’ method in the DataObject.
The following overloads can be used to retrieve the data from a DataObject.
[C#]
dataobject.GetDataPresent(DataFormats.UnicodeText);
[C#]
dataobject.GetDataPresent(DataFormats.UnicodeText,false);
Share with