Conert Data To String Swift

[Solved] Conert Data To String Swift | Swift - Code Explorer | yomemimo.com
Question : swift + data to string

Answered by : thee-thee-fire-fire

let str = String(decoding: data, as: UTF8.self)

Source : https://www.hackingwithswift.com/example-code/language/how-to-convert-data-to-a-string | Last Update : Sun, 10 May 20

Answers related to conert data to string swift

Code Explorer Popular Question For Swift