Xamarin.CommunityToolkit by Microsoft

<PackageReference Include="Xamarin.CommunityToolkit" Version="1.2.0-pre2" />

.NET API 359,800 bytes

 StringToListConverter

Returns a string array that contains the substrings in this string that are delimited by Separator.
public string Separator { get; set; }

The string that delimits the substrings in this string.

public IList<string> Separators { get; }

The strings that delimits the substrings in this string.

public StringSplitOptions SplitOptions { get; set; }

A bitwise combination of the enumeration values that specifies whether to trim substrings and include empty substrings.

public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Returns a string array that contains the substrings in this string that are delimited by Separators.

public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

This method is not implemented and will throw a NotImplementedException.