Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

HyperlinkUriHelper.EscapeHyperlinkFieldParameterString(String) Method

Replaces the “\“ escape character to normal backslashes.

Namespace: DevExpress.Office

Assembly: DevExpress.Office.v19.1.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