BasePropertyEncodingString Property
Set or get the encoding method for this property's value as a string
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public string EncodingString { get; set; }
Public Property EncodingString As String
Get
Set
public:
property String^ EncodingString {
String^ get ();
void set (String^ value);
}
member EncodingString : string with get, set
Property Value
StringThis 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.
ArgumentException | This 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. |