M
Max Adams
How can I get this statement to work:
string strData = '\xB';
I get the error: Cannot implicitly convert type 'char' to 'string'.
Can anyone help?
PT
string strData = '\xB';
I get the error: Cannot implicitly convert type 'char' to 'string'.
Can anyone help?
PT