Method IsFtpString
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
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.