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

HyperlinkUriHelper.ConvertFromHyperlinkUri(String) Method

Creates a hyperlink from a hyperlink URI.

Namespace: DevExpress.Office

Assembly: DevExpress.Office.v19.1.Core.dll

Declaration

public static string ConvertFromHyperlinkUri(
    string uri
)

Parameters

Name Type Description
uri String

A string value that is target URI.

Returns

Type Description
String

The resulting hyperlink.

See Also