BasePropertySerializeCharacterSet Method

This is called to serialize the CHARSET 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 SerializeCharacterSet(
	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. This parameter is only applicable to vCard 2.1 and vCalendar 1.0 property objects.

See Also