remember that the Chr function is a vb6 function ( left over ) , the correct .NET way would be this ...
VB Code:
  1. '/// assuming your byte is called " t " and it's value is 100 , the following would return the letter " d "
  2. Convert.ToChar(t)