Returns a string that represents a file dialog.
Assembly: PresentationFramework (in PresentationFramework.dll)
Syntax . . :: . String
A String representation of FileDialog that contains the full pathname for any files selected from either OpenFileDialog, SaveFileDialog.
Public Overrides Function ToString As Stringpublic override string ToString()public:
virtual String^ ToString() overrideabstract ToString : unit -> string
override ToString : unit -> string Return Value
Type: SystemA String representation of FileDialog that contains the full pathname for any files selected from either OpenFileDialog, SaveFileDialog.
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.