Converts the internal representation of an attribute dictionary back to a packed string.
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.
AttributeDictionary Class | CleanCode.Data Namespace