Extension Methods from Kevin S Gallagher
-
TabStop
Place a tab stop into a string
-
LastValue
Returns the the last row value for a column
-
ToDatatable
Creates a DataTable representation of a Dictionary
-
HasRecords
The idea is to have a method which spells out a question, are there any records which for some might be reading code easier
-
CurrentCellValue
This extension retrieves from the current row in a DataGridView a column value as a string. There are three ways to call this extension 1. No parameters returned the current active column for the active row. 2. Pass Column name for current active row. 3. Pass Column index for current active row.
-
NoDuplicates
Method to remove duplicate entries from either a string or integer array