using System;using System.Text;class MainClass{ public static void Main() { Type t2 = Type.GetType("System.String"); }}