Example #1
0
        static void Main(string[] args)
        {
            var utility = new FormUtilities();

            //var cleanName = utility.CleanInput("  StEPheN WALthEr ");

            Console.WriteLine("   AlICe".CleanInput());
            Console.ReadLine();
        }
Example #2
0
 public void DoSomething()
 {
     var utility = new FormUtilities();
 }
Example #3
0
 public void DoSomething()
 {
     var utilities = new FormUtilities();
 }