Click or drag to resize

BionicCode.Utilities.Net.Core.Wpf.Converter Namespace

[Missing <summary> documentation for "N:BionicCode.Utilities.Net.Core.Wpf.Converter"]

Classes
  ClassDescription
Public classBooleanMultiValueConverter
An IMultiValueConverter implementation that checks if all values are true. Supports OneWay or OneTime only.
Public classCode exampleBoolToStringConverter
Implementation of IValueConverter that converts a Boolean to a custom string representation e.g., convert true to "Enabled".
Public classDividerValueConverter
Public classFilePathTruncateConverter
Converter to truncate file paths exceeding a specific length by replacing a number of characters with an ellipsis.
Public classInvertBooleanConverter
Implementation of IValueConverter that inverts a bool value.
Public classInvertValueConverter
Implementation of IValueConverter that inverts Boolean, Visibility, Int32, Double, Decimal and Single
Public classIsGreaterThanValueConverter
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md