AttributeDictionary GridToString Method CleanCode C# Libraries v1.2.03 API
Converts a OnlineDataGridView to a packed representation as an attribute list.

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

public static string GridToString(
	DataGridView dataGridView
)

Return Value

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

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 FillGrid(DataGridView, String) method, any such doubled characters will be reconverted to normal.
See Also