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