how to show percent in a formated string code example Example: how to show percent in a formated string rate = 99.99 let str = String(format: "%.2f%%", rate)