itoa is the best route: int num = 1234; char cstr[16]; itoa(num, cstr, 10); -> "1234". You can read more about using it here. ... <看更多>
c# int to char 在 Visual C# 2012程式設計經典(電子書) - 第 2-39 頁 - Google 圖書結果 的推薦與評價
... byte sbyte/char char sbyte/byte/short uint sbyte/byte/short/ushort/int/char int sbyte/byte/short/ushort/uint/long/ulong/char short ... ... <看更多>
c# int to char 在 Int to Char in C# - Stack Overflow 的推薦與評價
... <看更多>
相關內容