The stringly-typed list to convert.
The options to apply to the conversion.
Options to apply to the conversion of a string list to an array.
Optionalseparator?: stringWhat each item in the list is separated by.
OptionaltrimWhitespace?: booleanAn option to trim any extra whitespace.
A new array with each item being an item from the given list.
Converts a stringly-typed list to a proper array.