Hi All,
I have excel column out put and iam taking it in IList(String). i want to add single quotes to it. how to add that.
My out put is this
182375424,181921180,182135465,182311075
Regards,
Hima
Hi All,
I have excel column out put and iam taking it in IList(String). i want to add single quotes to it. how to add that.
My out put is this
182375424,181921180,182135465,182311075
Regards,
Hima
What do you want the output to look like?
Just brainstorming, for each item in list assign new value to the item as β'β+item.tostring+β'β or something similar.
Yep, thatβd work! By the way, is there any other way of doing this?