Click or drag to resize

IDataObjectGetDataPresent(Type) Method

Checks to see whether the data is available in, or can be converted to, a specified format. The data format is specified by a Type object.

Namespace: Altaxo.Serialization.Clipboard
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool GetDataPresent(
	Type format
)

Parameters

format  Type
A Type that specifies what format to check for. See the DataFormats class for a set of predefined data formats.

Return Value

Boolean
true if the data is in, or can be converted to, the specified format; otherwise, false.
See Also