PDA

View Full Version : Characters [C#]



alexgeek
January 8th, 2008, 02:45 PM
Does anyone know of a function that's the equivalent of PHP's chr(i) in C#?

alexgeek
January 8th, 2008, 03:23 PM
Found one:
Convert.ToChar()