I have string array string[] MyArray. What is the quickest (meaning least code, not fastest performance) way to convert all string array elements to lowercase?
I have string array string[] MyArray . What is the quickest (meaning least code,
Share
(or
if you want to replace the existing array with a new instance of
string[].)