Click or drag to resize

FileUtilityIsUrl Method

Determines whether the specified path is a URL.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool IsUrl(
	string path
)

Parameters

path  String
The path to test.

Return Value

Boolean
true if the path is a URL; otherwise, false.
See Also