Hi all
How to convert first latter to small
is there is any simplest way in C# without using the form loop??

means
if we have string MyConnection

then i want to convert it into myConnection

Thanks