Returns true if the filename is a network url like: http:// or ftp://.
Namespace: OIV.Inventor.HelpersAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static bool IsUrl(
string filename
)
Public Shared Function IsUrl (
filename As String
) As Boolean
public:
static bool IsUrl(
String^ filename
)
static member IsUrl :
filename : string -> bool
Parameters
- filename
- Type: SystemString
Return Value
Type:
BooleanRemarks See Also