BasePropertyToString Method
This is overridden to convert the instance to a string
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override sealed string ToString()
Public Overrides NotOverridable Function ToString As String
public:
virtual String^ ToString() override sealed
abstract ToString : unit -> string
override ToString : unit -> string
Return Value
StringThe property information as a string
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.