BasePropertyToString Method

This is overridden to convert the instance to a string

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override sealed string ToString()

Return Value

String
The property information as a string

Remarks

Derived classes cannot override this method. Instead, they should override the various SerializeXXXX methods and the Value and EncodedValue properties that control the formatting of the property parameters and the value that will get written to the PDI data stream.

See Also