The easiest way is just to cast it: int i = 9; char c = (char)i; Call ToString on the char to get a string.
確定! 回上一頁