StringToListConverter
Returns a string array that contains the substrings in this string that are delimited by Separator.
The string that delimits the substrings in this string.
The strings that delimits the substrings in this string.
A bitwise combination of the enumeration values that specifies whether to trim substrings and include empty substrings.
public StringToListConverter()
Returns a string array that contains the substrings in this string that are delimited by Separators.
This method is not implemented and will throw a NotImplementedException.