ShellItemIdListToHexaDump Method (String) |
Convert this instance to an hexadecimal dump string. Useful for developers.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual string ToHexaDump(
string debugInfo
)
Parameters
- debugInfo
- Type: SystemString
Some debug information to add to the result.
Return Value
Type:
StringA string.
See Also