Namespace Syncfusion.Maui.Core.Converters
Classes
BoolToObjectConverter
This class converts boolean value to object and vice versa. |
BoolToOpacityConverter
This class converts boolean value to opacity and vice versa. |
BrushToColorConverter
This class converts brush type to color type and vice versa. |
CasingMode
Enum class for the selecting the Text Case type |
ColorToBrushConverter
This class converts the color value into the brush and vice versa. |
ColorToGrayScaleColorConverter
This class converts the color value into gray scale color value |
ColorToInverseColorConverter
This class converts color value to inverse color and vice versa. |
ColorToOnColorConverter
This class converts color value to color and vice versa. |
CompareConverter
This class converts true object or false object or boolean based on the comparison result |
CompareConverter.OperatorType
Comparison operator |
DecimalValueConverter
This class converts to decimal value |
DoubleToIntConverter
This class converts double value to int value and vice versa. |
EnumToIntConverter
This class converts enum value to int and vice versa. |
EqualConverter
This class checks whether the value and parameter it's equal or not |
FormatStringConverter
This class converts string value to formatted value |
IndexToArrayItemConverter
This class converts index to to array item and vice versa. |
InverseOpacityConverter
This class converts double value to opacity and vice versa. |
InvertedBoolConverter
This class converts boolean value to inverted boolean and vice versa. |
IsListNotNullOrEmptyConverter
This class converts the list value to boolean value |
IsStringNotNullOrEmptyConverter
This class converts string value to boolean value |
IsStringNotNullOrWhitespaceConverter
This class converts string value to boolean value. |
ListToStringConverter
This class converts list value to string |
MultiConverter
This class converts the incoming value and performs more than one conversion operations. |
NumberToBoolConverter
This class converts number value to boolean and vice versa. |
OutputType
Enum for the Showing output in the required format. |
ParametersOfMultiConverter
This converter having the properties of MultiConverter. |
StringToListConverter
This class converts string value to list |
TextCaseConverter
This class converts text value to casing text value |