STR_ESCAPEConstant Class

How to handle escape
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetXSTR_ESCAPEConstant

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static class STR_ESCAPEConstant

public static class STR_ESCAPEConstant

The STR_ESCAPEConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberESCAPE_CONVERT
Converts non-standard characters in a string to escape sequences.
Public fieldStatic memberESCAPE_REPLACE
Replaces escape sequences with original characters.
Top
See Also