Click or drag to resize

ShellDataObjectFormatTryParseDataUsingKnownFormats Method (String, Byte, Object)

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
C#
public static bool TryParseDataUsingKnownFormats(
	string name,
	byte[] data,
	out Object value
)

Parameters

name
Type: SystemString
The format name.
data
Type: SystemByte
The data bytes.
value
Type: SystemObject
The parsed value or null if it failed.

Return Value

Type: Boolean
true if the data was parsed; otherwise false.
See Also