Byte[] to ASCII

后端 未结 5 677
孤独总比滥情好
孤独总比滥情好 2021-02-04 23:30

I received the contents of a text file returned in binary values:

Byte[] buf = new Byte[size];
stream = File.InputStream;
stream.Read(buf, 0, size);
5条回答
提交回复
热议问题