RedirectionType.ToString Method

Definition

Converts the current RedirectionType to its equivalent string representation.

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

Returns

A string representation of the value of the current RedirectionType object.

Applies to