Lou,
You need to use the GetString method of the System.Text.Encoding class.
Note you need to retrieve the proper encoding object for how the byte array
is encoded. The Encoding class has a number of common encodings as shared
properties.
Hope this helps
Jay