formatToPercent

fun Double?.formatToPercent(locale: Locale = Locale()): String

Format the Double to percentage notation. PI.formatToPercent() = "314.159265%"