StringListToString

Function StringListToString 

Source
pub fn StringListToString(list: StringList) -> String
Expand description

Convert a list of strings to a flat string.

The result is comma separated and each string is enclosed in quote characters (). If a string contains a quote character or a backslash, the character is quoted with a backslash.

§Parameters:

  • list The list of strings.