Table of Contents

Method IsWWWString

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

IsWWWString(string)

Indicates whether given text is internet address within the World Wide Web.

public static bool IsWWWString(string text)

Parameters

text string

Specifies string to check.

Returns

bool

True if given text is internet address; otherwise false.