FtpListItem.ToString Method

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Returns a string representation of this object and its properties

Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461

Syntax

C#
public override string ToString()
Visual Basic
Public Overrides Function ToString As String
Visual C++
public:
virtual String^ ToString() override

Return Value

Type: String
A string value

See Also