/ ** * Convert Byte array to string * @Param b byte array * @return string * / public static string bytetostr (Byte [] b) {if (B.Length == 0) throw new nullpointerexception ("DATA IS NULL! "); int POS = 0; for (int i = 0; i }
}