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
stringSpecifies string to check.
Returns
- bool
True if given text is internet address; otherwise false.