CleanCode C# Libraries v0.9.23 API

AttributeDictionary.ToString Method 

Converts the internal representation of an attribute dictionary back to a packed string.

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

AttributeDictionary Class | CleanCode.Data Namespace