HtmlDocumentParserIsUrl Method
|
Alterian Email Manager 6.2.3 SDK Help File
Checks if provided text is a url
Namespace:
DMLibrary.ParserAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static bool IsUrl(
string urlString
)
Public Shared Function IsUrl (
urlString As String
) As Boolean
public:
static bool IsUrl(
String^ urlString
)
static member IsUrl :
urlString : string -> bool
DMLibrary.Parser.HtmlDocumentParser.IsUrl = function(urlString);
Parameters
- urlString
- Type: SystemString
Text
Return Value
Type:
Booleanflag to indicate if it is a url or not
See Also