Determines whether the specified path is a URL.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool IsUrl(
string path
)
Parameters
- path String
- The path to test.
Return Value
Booleantrue if the path is a URL; otherwise,
false.
See Also