Click or drag to resize

ShellItemIdListToHexaDump Method (String)

Convert this instance to an hexadecimal dump string. Useful for developers.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual string ToHexaDump(
	string debugInfo
)

Parameters

debugInfo
Type: SystemString
Some debug information to add to the result.

Return Value

Type: String
A string.
See Also