how to declare a string c#

C#
string MyString = "Your string in here";
Source

Also in C#: