STR_ESCAPEConstant Class
How to handle escape
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetSTR_ESCAPEConstant

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
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