I want to see the 253 how much is the byte type, result output a question mark, there is something wrong with the writing? This value is how much?
Byte [] STR=new byte [1]. STR [0]=253; String STRR=Encoding. The Default. Get string (STR);
CodePudding user response:
String STRR=BitConverter. ToString (STR);
CodePudding user response:
Thank you, this return hexadecimal number, he is in the middle bar?
CodePudding user response:
In c # Encoding. The Default is the Default unicode, letters and Numbers is a single-byte, other is a double byte character, can find the ASCII table 253 corresponding characters, display is unable to identify? And home monitoring