Method IsWWWString
IsWWWString(string)
Indicates whether given text is internet address within the World Wide Web.
public static bool IsWWWString(string text)
Parameters
text
stringSpecifies string to check.
Returns
- bool
True if given text is internet address; otherwise false.