c# string create based on variables code example
Example 1: how to declare a string c#
string MyString = "Your string in here";
Example 2: /* String type demo program */
using namespace std;
string MyString = "Your string in here";
using namespace std;