string str = "EXTERNAL"; str = new string(str.Select((c, index) => index == 0 ? char.ToUpper(c) : char.ToLower(c)).ToArray()); Console.WriteLine(str); // output: External
Preparation An android device, in this case, Sony xperia Z is used Root permission required Linux Deploy for deploy i...
<form> <p> <button id="f1">Invoke with function</button> </p> <p> ...
string str = "EXTERNAL"; str = new string(str.Select((c, index) => index == 0 ? char.ToUpper(c) : char.ToLower(c)).ToArray()); Console.WriteLine(str); // output: External