Converts the internal representation of an attribute dictionary
back to a packed string.
Namespace: CleanCode.DataAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public override string ToString()
public override string ToString()
Public Overrides Function ToString As String
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
public:
virtual String^ ToString() override
Return Value
Packed attribute list
(or null if any data violation).
The characters semicolon (;) or equals (=) are reserved for use as
packing meta-characters. If present in the data (keys or values)
they will be doubled in the output. When passed back to the
AttributeList constructor, any such doubled characters
will be reconverted to normal.