Table of Contents

Method IsFtpString

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

IsFtpString(string)

Indicates whether given text is address string for File Transfer Protocol.

public static bool IsFtpString(string text)

Parameters

text string

Specifies string to check.

Returns

bool

True if given text is Ftp address; otherwise false.