string x = "";
Console.WriteLine(string.Join("",x.Where(y => y == "")));
y = char. how do I do this y = string?
I want "y = string" and I can compare whether this string is equal to this emoji
string x = "";
Console.WriteLine(string.Join("",x.Where(y => y == "")));
y = char. how do I do this y = string?
I want "y = string" and I can compare whether this string is equal to this emoji