map To String
Converts a Map to a string. Each entry is separated by ';', and key and value are separated by ':'.
Return
The converted string.
Parameters
map
The map to be converted.
Converts a Map to a string. Each entry is separated by ';', and key and value are separated by ':'.
The converted string.
The map to be converted.