Parse a number between 0 and 1 to a percentage string. Example: 0.5 -> "50%"
A number between 0 and 1 representing a percentage.
A string representing the percentage.
Parse a number between 0 and 1 to a percentage string. Example: 0.5 -> "50%"