I have a string similar to
'l','e','t','t','e','r','s'
or
('l','e','t','t','e','r','s')
I know this should be very easy but i dont know how. I know replacing '
and ,
with "" is an option since both are illegal characters in the result string but i feel theres a better way to do this.
What is the easist way in C# .NET