Click or drag to resize

IClipboardGetDataObjectGetDataPresent(String) Method

Determines whether data in the specified format is present.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
bool GetDataPresent(
	string format
)

Parameters

format  String
The format.

Return Value

Boolean
if the data is present; otherwise, .
See Also