Extension Methods from David Bakin
-
CSVSplit
Given a line from a CSV-encoded file, split it into fields.
-
AddToEnd
Adds an item to a listbox as the last item, and makes sure it is visible.
-
CSVQuoted
If a string contains a space or a comma or a newline, quotes it, suitable for a field in a CSV file.
-
REExtract
Extracts all fields from a string that match a certain regex. Will convert to desired type through a standard TypeConverter.