HyperlinkUriHelper.IsLocalPath(String) Method
Check whether the hyperlink’s path is local.
Namespace: DevExpress.Office
Assembly: DevExpress.Office.v24.2.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 local; otherwise, false. |
See Also