Convert Byte array to String public enum EncodingTypes { ASCII, Unicode, UTF7, UTF8 } public string ByteArraytoStringarray(byte[] imgbyte, EncodingTypes encodetype) { System.Text.Encoding encoding = null; switch (encodetype) { case EncodingTypes.ASCII: encoding = new System.Text.ASCIIEncoding(); break; c...
ASP.NET || Javascript || Dataobject || Code Solutions Free Open Source code for Developers