[This is preliminary documentation and is subject to change.]

Converts the path to the url format. After conversion the path will contain "http://" at the front.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string ConvertUrl(
	string url
)
Visual Basic (Declaration)
Public Shared Function ConvertUrl ( _
	url As String _
) As String
Visual C++
public:
static String^ ConvertUrl(
	String^ url
)

Parameters

url
Type: System..::.String
The path that needs to be converted to url.

Return Value

The final converted url string.

See Also