PathString.ToString Method

Definition

Provides the path string escaped in a way which is correct for combining into the URI representation.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

The escaped path value

Applies to