Click or drag to resize
EncodingType Enumeration
Defines the encoding type to use. This enum is created to have an easy editor.

Namespace:  SD.LLBLGen.Pro.Core
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public enum EncodingType
Members
  Member nameValueDescription
UTF80 8-bit UTF encoding (default)
UTF71 7-bit UTF encoding
Unicode2 Normal unicode encoding
BigEndianUnicode3 Big endian (non-x86) unicode encoding
ASCII4 Ascii encoding
See Also