I\'d like to have a method that transforms the first character of a string into lower case.
My approaches:
1.
public static string ReplaceFir
It is better to use String.Concat than String.Format if you know that format is not change data, and just concatenation is desired.
String.Concat
String.Format