string to upper case

No locale is used. Strictly English conversion

Download touppercase.zip

Synopsis:

touppercase.cs


touppercase.cs

Synopsis
using ut;

class testtouppercase
{
  public void test1()
  {
    string s = "aBc";
    utx.assert(s.ToUpper(), "ABC");
    utx.assert("CDE".ToUpper(), "CDE");
  }
}






Contact me about content on this page using john_web-at-arrizza-dot-com
For Web Master or site problems contact: webadmin-at-arrizza-dot-com
Copyright John Arrizza (c) 2001-2010