FileSystemInfoToString Method |
Returns a string that represents the current object.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string
override ToString : unit -> string
Return Value
Type:
StringA string that represents this instance.
Remarks
ToString is the major formatting method in the .NET Framework. It converts an object to its string representation so that it is
suitable for display.
See Also