MultiMap.getString

Get value as string. Single valued items are converted to a string with the toString() Object method. Multi valued entries are converted to a comma separated List. No quoting of commas within values is performed.

@param name The entry key. @return string value.

class MultiMap(V)
string
getString
(
string name
)

Meta