Hi Guys,
The coding language is C#3.0
What is the most optimum method to retrieve all hashtable keys into string separated by a delimiter ","
Is the for loop or the foreach loop the only option?
Update: the keys are already strings
Regards,
naveenj