Click or drag to resize
FileSystemInfoToString Method
Returns a string that represents the current object.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public override string ToString()

Return Value

Type: String
A 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