Table of Contents

Method IsHttpString

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

IsHttpString(string)

Indicates whether given text is internet address used Hypertext Transfer Protocol.

public static bool IsHttpString(string text)

Parameters

text string

Specifies string to check.

Returns

bool

True if given text is internet address; otherwise false.