Skip to main content

HyperlinkUriHelper.EscapeHyperlinkFieldParameterString(String) Method

Replaces the “\“ escape character to normal backslashes.

Namespace: DevExpress.Office

Assembly: DevExpress.Office.v24.1.Core.dll

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

Declaration

public static string EscapeHyperlinkFieldParameterString(
    string value
)

Parameters

Name Type Description
value String

A string value that needs to be corrected.

Returns

Type Description
String

The corrected string.

Remarks

Note

We do not recommend calling this method directly.

See Also