-
Formats the given value.
Declaration
Swift
func formattedValue(for value: String) -> String
Parameters
value
The value to format.
Return Value
A formatted version of the given value.
Formats the given value.
Swift
func formattedValue(for value: String) -> String
value
|
The value to format. |
A formatted version of the given value.