Click or drag to resize

IDataObjectGetFormats Method

Returns a list of all formats that the data in this data object is stored in, or can be converted to.

Namespace: Altaxo.Serialization.Clipboard
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
string[] GetFormats()

Return Value

String
An array of strings, with each string specifying the name of a format supported by this data object.
See Also