EncodingType Enumeration

This enumerated type defines the various value encoding schemes recognized by the properties

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
[SerializableAttribute]
public enum EncodingType

Members

SevenBit07-bit encoding (the default)
EightBit18-bit encoding
QuotedPrintable2Quoted-printable encoding
Base643Base 64 encoding
BEncoding4Same as Base 64 encoding
Custom5Unknown or custom type

See Also