string manipulation in C# no methods code example
Example 1: how to declare a string c#
string MyString = "Your string in here";
Example 2: /* String type demo program */
/* String type demo program */
string MyString = "Your string in here";
/* String type demo program */