Click or drag to resize

IDataObjectGetFormats(Boolean) Method

Returns a list of all formats that the data in this data object is stored in. A Boolean flag indicates whether or not to also include formats that the data can be automatically converted to.

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

Parameters

autoConvert  Boolean
true to retrieve all formats that data stored in this data object is stored in, or can be converted to; false to retrieve only formats that data stored in this data object is stored in (excluding formats that the data is not stored in, but can be automatically converted to).

Return Value

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