System.Windows.Forms.DataObject.GetDataPresent Method

Determines whether data stored in this System.Windows.Forms.DataObject is associated with, or can be converted to, the specified format.

Syntax

public virtual bool GetDataPresent (Type format)

Parameters

format
A Type representing the format to check for.

Returns

true if data stored in this System.Windows.Forms.DataObject is associated with, or can be converted to, the specified format; otherwise, false.

Remarks

Call this method to determine whether a format exists before calling DataObject.GetData(string, bool). Call DataObject.GetFormats(bool) for the formats that are available in this System.Windows.Forms.DataObject.

Note:

Data can be converted to another format if it was stored specifying that conversion is allowed, and if the requested format is compatible with the stored format. For example, data stored as Unicode can be converted to text.

Note:

If no data can be retrieved, no exception will be thrown. Instead, false will be returned.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0