How to convert this byte array to string
byte[] b=new byte[100];
Is there any function or I need read one by one and build the string
thanks
byte[] b=new byte[100];
Is there any function or I need read one by one and build the string
thanks
Comment