BionicCode.Utilities.Net.Framework.Wpf.Converter Namespace |
[Missing <summary> documentation for "N:BionicCode.Utilities.Net.Framework.Wpf.Converter"]
| Class | Description | |
|---|---|---|
| BooleanMultiValueConverter |
An IMultiValueConverter implementation that checks if all values are true. Supports OneWay or OneTime only.
| |
| BoolToStringConverter |
Implementation of IValueConverter that converts a Boolean to a custom string representation e.g., convert true to "Enabled".
| |
| DividerValueConverter | ||
| FilePathTruncateConverter |
Converter to truncate file paths exceeding a specific length by replacing a number of characters with an ellipsis.
| |
| InvertBooleanConverter |
Implementation of IValueConverter that inverts a bool value.
| |
| InvertValueConverter |
Implementation of IValueConverter that inverts Boolean, Visibility, Int32, Double, Decimal and Single | |
| IsGreaterThanValueConverter |