Oh, in that case that would be
((char)number).ToString()
e.g.
((char)65).ToString()
results in "A"