HyperlinkUriHelper.IsRelativePath(String) Method
Checks whether the hyperlink’s path is relative.
Namespace: DevExpress.Office
Assembly: DevExpress.Office.v25.1.Core.dll
NuGet Package: DevExpress.Office.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| uri | String | A target hyperlink’s URI. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the path is relative; otherwise, false. |
See Also