How to add to strings in C#?
Hello guys! Today I explain how to add two strings in C#. In this tutorial, in the first and second text boxes you can provide a string and then click on the button, finally you see both strings combined in the last text box.
First open Visual Studio and create a new project with any name.
Design a form as in the following screenshot. In this form we get the following tools from the tool box:
3 textBoxes
1 button
Then write this code as in the following screen short.
Download Source Code
Finally run this programme with Ctrl+F5 and check the result.

If there is any problem then write your problem below in the comment box.
Thanks!

Afzaal Ahmad ZeeshanPosted May 21, 2015, 7:49 PM
One first thing. It is not known as "Add", it is known as "Concatenating" the strings; strings are concatenated not added that is an operation of integers. Secondly, you also didn't actually write anything but just provided an overview of your Visual Studio with Windows Forms application. What is the main purpose of this post?
Lalit RaghavPosted May 21, 2015, 2:33 AM
you have not enplane
Pankaj Kumar ChoudharyPosted May 21, 2015, 2:05 AM
hello @Author i can not understand what do you want to explain . it is very confusing article.....
Sandeep Singh ShekhawatPosted May 21, 2015, 1:49 AM
Sorry Muhammad Abdullah, What are you explaining in this article ? How could it approve on world fastest growing community as an article? It should be blog.
Upendra Pratap ShahiPosted May 21, 2015, 1:48 AM
nice start...
Michal HabalcikPosted May 21, 2015, 1:27 AM
Hi, sorry to say that, but you didn't explain anything. You just posted some images and source code without any real explanation.