Method IsHttpString
IsHttpString(string)
Indicates whether given text is internet address used Hypertext Transfer Protocol.
public static bool IsHttpString(string text)
Parameters
textstringSpecifies string to check.
Returns
- bool
True if given text is internet address; otherwise false.