Skip to main content

HyperlinkUriHelper.PrepareHyperlinkTooltipQuotes(String) Method

Corrects hyperlink tooltips that contain double quotes.

Namespace: DevExpress.Office

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

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

Declaration

public static string PrepareHyperlinkTooltipQuotes(
    string value
)

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