convert uint8 to string in swift
let a:[UInt8] = [24, 27, 36, 50] let str = String(bytes:a, encoding: String.Encoding.utf8) //"$2"