Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created September 8, 2023 08:39
Show Gist options
  • Save laevandus/8eb8f5a9c5b1bc0fa310a08a3d41fb8c to your computer and use it in GitHub Desktop.
Save laevandus/8eb8f5a9c5b1bc0fa310a08a3d41fb8c to your computer and use it in GitHub Desktop.
let data = Data("abc".utf8)
let string = String(decoding: data, as: UTF8.self)
print(string)
//abc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment