FileDialog.ToString Method

Definition

Returns a string that represents a file dialog.

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 FileDialog that contains the full pathname for any files selected from either OpenFileDialog, SaveFileDialog.

Applies to