Base PropertyTo String 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: 2025.1.9.0
The property information as a string
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public override sealed string ToString()VB
Public Overrides NotOverridable Function ToString As StringC++
public:
virtual String^ ToString() override sealedF#
abstract ToString : unit -> string
override ToString : unit -> string Return Value
StringThe 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.