AttributeDictionary ToString Method CleanCode C# Libraries v1.2.03 API
Converts the internal representation of an attribute dictionary back to a packed string.

Namespace: CleanCode.Data
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public override string ToString()

Return Value

Packed attribute list (or null if any data violation).
Remarks

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.
See Also