Method IsHttpString
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
IsHttpString(string)
Indicates whether given text is internet address used Hypertext Transfer Protocol.
public static bool IsHttpString(string text)
Parameters
text
stringSpecifies string to check.
Returns
- bool
True if given text is internet address; otherwise false.