String case: Difference between revisions

Content deleted Content added
No edit summary
Line 17: Line 17:


==[[C#]]==
==[[C#]]==
[[Category:C#]]
[[Category:C_sharp]]


string array = "alphaBETA";
string array = "alphaBETA";
System.Console.WriteLine(array.ToUpper());
System.Console.WriteLine(array.ToUpper());
System.Console.WriteLine(array.ToLower());
System.Console.WriteLine(array.ToLower());



==[[Forth]]==
==[[Forth]]==