Xamarin.CommunityToolkit by Microsoft

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

.NET API 568,208 bytes

 Xamarin.CommunityToolkit.Converters

Namespace with 26 public types

 Classes

 BoolToObjectConverter Converts boolean to object and vice versa.
 BoolToObjectConverter`1 Converts to object and vice versa.
 ByteArrayToImageSourceConverter Converts the incoming value from and returns the object of a type or vice versa.
 DateTimeOffsetConverter Converts to and back.
 DoubleToIntConverter Converts to and vice versa.
 EnumToBoolConverter Convert an to corresponding
 EqualConverter Checks whether the incoming value equals the provided parameter.
 ImageResourceConverter Converts embedded image resource ID to it ImageSource.
 IndexToArrayItemConverter Converts an index to corresponding array item and vice versa.
 IntToBoolConverter Converts an to corresponding and vice versa.
 InvertedBoolConverter Converts true to false and false to true. Simple as that!
 IsNotNullOrEmptyConverter Converts the incoming value to a indicating whether or not the value is not null and not empty.
 IsNullOrEmptyConverter Converts the incoming value to a indicating whether or not the value is null or empty.
 ItemSelectedEventArgsConverter Converts/Extracts the incoming value from object and returns the value of property from it.
 ItemTappedEventArgsConverter Converts/Extracts the incoming value from object and returns the value of property from it.
 ListIsNotNullOrEmptyConverter Converts the incoming value to a indicating whether or not the value is not null and not empty.
 ListIsNullOrEmptyConverter Converts the incoming value to a indicating whether or not the value is null or empty.
 ListToStringConverter Concatenates the members of a collection, using the specified separator between each member.
 MultiConverter Converts an incoming value using all of the incoming converters in sequence.
 MultiConverterParameter Represents a parameter to be used in the .
 NotEqualConverter Checks whether the incoming value doesn't equal the provided parameter.
 StateToBooleanConverter This converter can be used with to determine if a certain state is visible. This can be useful, for instance, in scenarios where you want to show/hide certain elements based on the current . Additionally a can be supplied in the parameter of the Convert method to compare against that.
 TextCaseConverter Converts text (string, char) to certain case as specified with or the parameter of the Convert method.
 TimeSpanToDoubleConverter Converts a to a value expressed in seconds.
 VariableMultiValueConverter The is a converter that allows users to convert multiple value bindings to a single . It does this by enabling them to specify whether All, Any, None or a specific number of values are true as specified in . This is useful when combined with the .

 Enumerations

 TextCaseType The text cases that can be used with to convert text to a specific case.