Esempio n. 1
0
 internal static string ToBinHexString(byte[] inArray)
 {
     return(BinHexEncoder.EncodeToBinHex(inArray, 0, inArray.Length));
 }