Show / Hide Table of Contents

Method Pidl.ToString(+ 1 overload)


Overload

Converts the ITEMIDLIST to string. If it identifies an existing file-system object (file or directory), returns path. If URL, returns URL. Else returns ":: ITEMIDLIST" (see Pidl.ToHexString).

public override string ToString()
Returns
string

null if this variable does not have an ITEMIDLIST (eg disposed or detached).

Overrides
object.ToString()

Overload(top)

This overload uses an ITEMIDLIST* that is not stored in a Pidl variable.

public static string ToString(nint pidl)
Parameters
pidl  (nint)
Returns
string