EncodingType Enumeration
This enumerated type defines the various value encoding schemes recognized by the properties
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
[SerializableAttribute]
public enum EncodingType
<SerializableAttribute>
Public Enumeration EncodingType
[SerializableAttribute]
public enum class EncodingType
[<SerializableAttribute>]
type EncodingType
SevenBit | 0 | 7-bit encoding (the default) |
EightBit | 1 | 8-bit encoding |
QuotedPrintable | 2 | Quoted-printable encoding |
Base64 | 3 | Base 64 encoding |
BEncoding | 4 | Same as Base 64 encoding |
Custom | 5 | Unknown or custom type |