Method Pidl.ToHexString(+ 1 overload)
Overload
Returns string ":: ITEMIDLIST"
.
Returns null
if this variable does not have an ITEMIDLIST (eg disposed or detached).
public string ToHexString()
Returns
Remarks
The string can be used with some functions of this library, mostly of classes filesystem, Pidl and icon. Cannot be used with native and .NET functions.
Overload(top)
Returns string ":: ITEMIDLIST"
.
This overload uses an ITEMIDLIST* that is not stored in a Pidl variable.
public static string ToHexString(nint pidl)
Parameters
pidl (nint) |