Xamarin.CommunityToolkit by Microsoft

<PackageReference Include="Xamarin.CommunityToolkit" Version="2.0.0" />

.NET API 749,960 bytes

 MultiConverter

public class MultiConverter : List<IValueConverter>, IValueConverter
Converts an incoming value using all of the incoming converters in sequence.
public MultiConverter()

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

Uses the incoming converters to convert the value.

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

This method is not implemented and will throw a NotImplementedException.