util_parse_comma_strings


Description:

public static SList<string> util_parse_comma_strings (string strings)

Parses comma-separated list of values into SList.

Parameters:

strings

string of comma-separated values

Returns:

Newly allocated SList of newly allocated strings corresponding to values parsed from strings. Free the returned pointer with util_free_string_slist.