IDataObjectGetDataPresent(String) Method |
Checks to see whether the data is available in, or can be converted to, a specified format; the data format is specified by a string.
Namespace: Altaxo.Serialization.ClipboardAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool GetDataPresent(
string format
)
Parameters
- format String
- A string that specifies what format to check for. See the DataFormats class for a set of pre-defined data formats.
Return Value
Boolean
true if the data is in, or can be converted to, the specified format; otherwise, false.
See Also