BasePropertyEncodingString Property

Set or get the encoding method for this property's value as a string

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public string EncodingString { get; set; }

Property Value

String
This defines how the value of the property is encoded. If not set, it defaults to 7-bit ASCII encoding. The value passed to the property is not case-sensitive.

Exceptions

ArgumentExceptionThis is thrown if the value is not set to 7BIT, 8BIT, QUOTED-PRINTABLE, BASE64, B, or a value starting with "X-" to indicate a custom type.

See Also