facebook twitter hatena line email

「Android/kotlin/キャスト」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==文字から数字== Integer.parseInt(t) ==数字から文字== 10.toString()」)
(相違点なし)

2020年2月28日 (金) 13:18時点における版

文字から数字

Integer.parseInt(t)

数字から文字

10.toString()