Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

HyperlinkUriHelper.EscapeHyperlinkFieldParameterString(String) Method

Replaces the “\“ escape character to normal backslashes.

Namespace: DevExpress.Office

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

NuGet Package: DevExpress.Office.Core

#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