Click or drag to resize

ClipboardSerializationGetObjectFromClipboard(String) Method

Gets an object from the clipboard.

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

Parameters

clipBoardFormat  String
The clip board format string.

Return Value

Object
The deserialized object that was on the clipboard, or null otherwise.
See Also