public static string HexToString(byte[] ba)
{
string text = BitConverter.ToString(ba);
return text;
}
Тут предварительно в массив загонялось