HyperlinkUriHelper.EscapeHyperlinkFieldParameterString(String) Method
In This Article
Replaces the “\“ escape character to normal backslashes.
Namespace: DevExpress.Office
Assembly: DevExpress.Office.v24.2.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