BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
IDataObject iData = Clipboard.GetDataObject();
string psz = iData.GetData(DataFormats.Text) as string;
>IDataObject iData = Clipboard.GetDataObject();
>string psz = iData.GetData(DataFormats.Text) as string;
>
///
/// The DataObject to be used for further clipboard operations. This property will only be checked by the calling
/// method if you do not set to true. Can be NULL.
///