Xamarin.CommunityToolkit by Microsoft

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

.NET API 366,512 bytes

 MultiConverter

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.