Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xtendで整数を文字列に変換する好ましい方法は何ですか? これよりも良い方法はありますか?
var int port = 12345 var String portStr = "" + port
var portString = port.toString