Method IsFtpString
IsFtpString(string)
Indicates whether given text is address string for File Transfer Protocol.
public static bool IsFtpString(string text)
Parameters
text
stringSpecifies string to check.
Returns
- bool
True if given text is Ftp address; otherwise false.