Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

HyperlinkUriHelper.ConvertToUrl(String) Method

Converts URI to URL.

Namespace: DevExpress.Office

Assembly: DevExpress.Office.v20.2.Core.dll

NuGet Package: DevExpress.Office.Core

Declaration

public static string ConvertToUrl(
    string uri
)

Parameters

Name Type Description
uri String

The target URI.

Returns

Type Description
String

The resulting URL.

See Also