BasePropertyEncodingMethod Property
Set or get the encoding method for this property's value as a value in the
EncodingType
enumeration.
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public EncodingType EncodingMethod { get; set; }
Public Property EncodingMethod As EncodingType
Get
Set
public:
property EncodingType EncodingMethod {
EncodingType get ();
void set (EncodingType value);
}
member EncodingMethod : EncodingType with get, set
Property Value
EncodingTypeThis defines how the value of the property is encoded. If not set, it defaults to 7-bit ASCII
encoding.