Converts a DataGridView to a packed representation
as an attribute list.
Namespace: CleanCode.DataAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public static string GridToString( DataGridView dataGridView )
Parameters
- dataGridView
- Type: System.Windows.Forms DataGridView
The data grid view.
Return Value
Packed attribute list (or null if any data violation).Exceptions
Exception | Condition |
---|---|
System NullReferenceException | if dataGridView is null |
Remarks
See Also