I\'m facing this abnormal situation. The following code doesn\'t work properly:
string temp = \"heythere\"; Console.WriteLine(temp); temp
Or, your can try this
string temp = "heythere"; Console.WriteLine(temp.Insert(3, "hello"));