Table of Contents

Method IsHttpsString

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.v9.dll

IsHttpsString(string)

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

public static bool IsHttpsString(string text)

Parameters

text string

Specifies string to check.

Returns

bool

True if given text is internet address; otherwise false.