String$ versus String
What is the difference between using "string$" and "string"?
What is the difference between using "string$" and "string"?
"uses "string$""
Uses string$ as what ? $ is not a valid character in a C# identifier so I don't see how he can use it.
Are you sure it's C# and not VB ?