Click or drag to resize

ClipboardSerializationIsClipboardFormatAvailable Method

Determines whether data in the given clipboard format is available.

Namespace: Altaxo.Serialization.Clipboard
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool IsClipboardFormatAvailable(
	string clipBoardFormat
)

Parameters

clipBoardFormat  String
The clip board format.

Return Value

Boolean
True if data in the given clipboard format are available; otherwise, false.
See Also