Method IsHyperText
IsHyperText(string)
Indicates whether given text is hypertext.
public virtual bool IsHyperText(string text)
Parameters
textstringSpecifies string to check.
Returns
- bool
True if given text is hypertext; otherwise false.
Indicates whether given text is hypertext.
public virtual bool IsHyperText(string text)
text stringSpecifies string to check.
True if given text is hypertext; otherwise false.