a couple more Chr variations ...
VB Code:
char chr = (char)65; // same as Chr(65) char chr1 = Convert.ToChar(65); // same as Chr(65)
|
Results 1 to 5 of 5
Thread: VB6 Functions In C#Threaded View
|
Click Here to Expand Forum to Full Width |