Table of Contents

Method ContainsData

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ContainsData(string)

Indicates whether there is data on the Clipboard that is in the specified format or can be converted to that format.

public static bool ContainsData(string format)

Parameters

format string

The format of the data to look for. See DataFormats for predefined formats.

Returns

bool