IDataObject.GetDataPresent Method (Type)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Checks to see whether the data is available in, or can be converted to, a specified format. The data format is specified by a Type object.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- format
- Type: System.Type
A Type 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: