ShellDataObjectFormatTryParseDataUsingKnownFormatsT Method (String, Object, T) |
Try to parse a clipboard data using known formats.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool TryParseDataUsingKnownFormats<T>(
string name,
Object data,
out T value
)
Parameters
- name
- Type: SystemString
The format name. - data
- Type: SystemObject
The data object. Currently supports byte array and stream types. - value
- Type: T
The parsed value or null if it failed.
Type Parameters
- T
- The data expected type.
Return Value
Type:
Boolean
true if the data was parsed; otherwise false.
See Also