To declare a char value in C# we just surround the character with single quotes: \'x\'.
\'x\'
But what is the \"clearest\" way to declare a char value that
You can also use '\'' or (char)39
'\''
(char)39