Ejemplo n.º 1
0
 public void Run()
 {
     TextExample test = new TextExample();
     //test.PrintCharInfo();
     //test.PrintStringInfo();
     //test.PrintSortedArray();
     //test.CompareTwoStrings();
     //test.GetStringInfo();
     //test.PrintEffectiveStrings();
     test.ParseStringToNumericValue();
 }
Ejemplo n.º 2
0
        public void Run()
        {
            TextExample test = new TextExample();

            //test.PrintCharInfo();
            //test.PrintStringInfo();
            //test.PrintSortedArray();
            //test.CompareTwoStrings();
            //test.GetStringInfo();
            //test.PrintEffectiveStrings();
            test.ParseStringToNumericValue();
        }