The Utility type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
ArrayToDictionary T |
Converts a two-dimensional array to a dictionary.
The first element of each row is used as the key and
the second element is the associated value.
Any remaining elements in the row are ignored.
| |
CleanString |
Cleans a string with a set of cleaning rules.
| |
FindComboBoxItem |
Finds the specified combo box item.
| |
GetNextListValue T |
Gets the next value in a list.
| |
MatchesToArray |
Converts a set of groups from a regular expression match
(a GroupCollection) to
a string Array.
| |
MMSStoSeconds |
Converts canonical MM:SS to seconds.
| |
SecondsToMMSS |
Converts seconds to canonical MM:SS format.
|
See Also