a couple more Chr variations ...
VB Code:
  1. char chr = (char)65; // same as Chr(65)
  2. char chr1 = Convert.ToChar(65); // same as Chr(65)