Common.Wpf.Converters Namespace

Contains classes to convert binding source data to target data.

Classes

ConverterBaseBase class for IValueConverter converters.
DateOnlyToDateTimeConverts a DataOnly object to a DataTime object.
DateOnlyToStringConverts a DateOnly to a string.
DecimalToStringConverts a decimal to a string.
DoubleToStringConverts a double to a string.
IntegerToStringConverts a signed 32-bit integer to a string.
StringConverterHelper class to convert strings to other data types.
StringToDateTimeConverts a date string to a DataTime object.