HyperlinkUriHelper.EscapeHyperlinkFieldParameterString(String) Method
Replaces the “\“ escape character to normal backslashes.
Namespace: DevExpress.Office
Assembly: DevExpress.Office.v25.1.Core.dll
NuGet Package: DevExpress.Office.Core
Declaration
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