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...
Prepare a binary output action for file output [RoutePrefix("images")] public class ImageController : Controller { // GET: ~/...
string str = "EXTERNAL"; str = new string(str.Select((c, index) => index == 0 ? char.ToUpper(c) : char.ToLower(c)).ToArray()); Console.WriteLine(str); // output: External