I want to include some special characters in a string
variable name in C#.
Example: string foo-bar = String.Empty;
As far as my understand I can't declare a variable as I mentioned in the above example. Is there any way around to declare a variable name with "-" included?