I have a string:
var names = \"Brian,Joe,Chris\";
Is there a way to convert this to a List delimited by ,<
List
,<