Skip to main content
A newer version of this page is available. .

HyperlinkUriHelper.ConvertRelativePathToAbsolute(String, String) Method

Converts the hyperlink’s relative path to absolute.

Namespace: DevExpress.Office

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

Declaration

public static string ConvertRelativePathToAbsolute(
    string uri,
    string baseUri
)

Parameters

Name Type
uri String
baseUri String

Returns

Type Description
String

A string value that is an absolute URI path.

See Also