ClipboardSerializationGetObjectFromClipboard(String) Method |
Gets an object from the clipboard.
Namespace: Altaxo.Serialization.ClipboardAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Object? GetObjectFromClipboard(
string clipBoardFormat
)
Parameters
- clipBoardFormat String
- The clip board format string.
Return Value
ObjectThe deserialized object that was on the clipboard, or
null otherwise.
See Also