在C#中,可以使用以下两种方法来定义字符串:
string str1 = "Hello, World!";
string str2 = @"C:\Users\Public\Documents";
无论使用哪种方法,都可以定义一个字符串变量,并对其进行赋值。