Skip to main content
A newer version of this page is available. .

HyperlinkUriHelper.EscapeHyperlinkFieldParameterString(String) Method

Replaces the “\“ escape character to normal backslashes.

Namespace: DevExpress.Office

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

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