Skip to main content

HyperlinkUriHelper.ConvertToUrl(String) Method

Converts URI to URL.

Namespace: DevExpress.Office

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

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

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