BasePropertySerializeEncoding Method

This is called to serialize the ENCODING parameter if necessary

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public virtual void SerializeEncoding(
	StringBuilder sb
)

Parameters

sb  StringBuilder
The StringBuilder to which the parameters are appended

Remarks

The method should append a semi-colon followed by the parameter name, an equal sign, and the parameter value.

See Also