facebook twitter hatena line email

Android/kotlin/キャスト

提供: 初心者エンジニアの簡易メモ
移動: 案内検索

文字から数字

Integer.parseInt("10")

数字から文字

10.toString()