IDataObject.GetDataPresent Method (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Checks whether the data is available in, or can be converted to, a specified format; the data format is specified by a string.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- format
- Type: System.String
A string that specifies the format to check for.
Return Value
Type: System.Booleantrue if the data is in, or can be converted to, the specified format; otherwise, false.
Show: