All Visual Basic extension methods for type array
-
NoDuplicates
Method to remove duplicate entries from either a string or integer array
-
ArrayNullConditional
Checks the item in the array. If the index passed in is equal to size or larger than array NOTHING is returned. Otherwise returns STRING from the array. Could easily be extended to other types/objects, just change return type on extension from string to your needs.