HyperlinkUriHelper.PrepareHyperlinkTooltipQuotes(String) Method
Corrects hyperlink tooltips that contain double quotes.
Namespace: DevExpress.Office
Assembly: DevExpress.Office.v25.1.Core.dll
NuGet Package: DevExpress.Office.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The tooltip that needs to be corrected. |
Returns
| Type | Description |
|---|---|
| String | The correct hyperlink tooltip. |
Remarks
Use the PrepareHyperlinkTooltipQuotes method to correct the tooltip with double quotes. The method replaces the “"“ pattern to the “\"“ expression.
Note
We do not recommend calling this method directly.
See Also