Extensions on
Array
Properties
Methods
stringValue()
public func stringValue() -> String
Get String value from array of String
Example:
let array = ["Apple", "Banana", "Orange"]
array.getFormattedValue() -> Apple, Banana, Orange
Returns: String value with comma separated