WA_ENCODEConstant Class
WA Encode defines
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetWA_ENCODEConstant

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static class WA_ENCODEConstant

The WA_ENCODEConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberANSI
Current Ansi Code Page (Conversion from UTF-8 data, if an exisiting BOM header found with WA_APPEND, encoding will switch to WA_ENCODE_UTF8)
Public fieldStatic memberRAW
Write all data without any conversion check
Public fieldStatic memberUTF16_NOHEADER
UTF16 w.o. header (will assume UTF16 encoding if WA_APPEND is used)
Public fieldStatic memberUTF8
UTF8 (If no exisiting BOM header found with WA_APPEND, encoding will switch to WA_ENCODE_ANSI)
Public fieldStatic memberUTF8_NOHEADER
UTF8 w.o. header (will assume UTF8 encoding if WA_APPEND is used)
Top
See Also