LoginSignup
34
15

DataとStringの相互変換

Last updated at Posted at 2016-11-01
let data: Data = Data(str.utf8)
let str: String = String(decoding: data, as: UTF8.self)
34
15
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
34
15