Click or drag to resize

IDataObjectGetData(Type) Method

Retrieves a data object in 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#
Object? GetData(
	Type format
)

Parameters

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

Return Value

Object
A data object with the data in the specified format, or null if the data is not available in the specified format.
See Also