LumiSoft Net Help
Parse Method (line)
NamespacesLumiSoft.Net.FTPFTP_t_ReplyLineParse(String)
Parses FTP reply-line from
Declaration Syntax
C#Visual BasicVisual C++F#
public static FTP_t_ReplyLine Parse(
	string line
)
Public Shared Function Parse ( 
	line As String
) As FTP_t_ReplyLine
public:
static FTP_t_ReplyLine^ Parse(
	String^ line
)
static member Parse : 
        line : string -> FTP_t_ReplyLine 
Parameters
line (String)
FTP server reply-line.
Return Value
FTP_t_ReplyLine
Returns parsed FTP server reply-line.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when line is null reference.
ParseExceptionIs raised when reply-line parsing fails.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119