Skip to content

Conversation

jamesmcroft
Copy link
Member

Changes have been made to introduce a library for containing UI specific data value converters for bound values in XAML.

This is an extension to the MADE.NET Data Converters library which supports global cross-platform data conversion support. The new library provides the Windows IValueConverter support allowing to take advantage of those existing conversion extensions in the context of a bound data value.

Currently added support for:

  • BooleanToStringValueConverter
  • ByteArrayToImageSourceValueConverter
  • DateTimeToStringValueConverter
  • EmptyStringFormatValueConverter

PR checklist

  • Samples have been added/updated (where applicable)
  • Tests have been added/updated (where applicable) and pass [N/A]
  • Documentation has been added/updated for changes
  • Code styling has been met on new source file changes
  • Contains NO breaking changes

Other information

@jamesmcroft jamesmcroft requested a review from a team as a code owner March 16, 2022 13:59
@jamesmcroft jamesmcroft merged commit c11cbba into main Mar 16, 2022
@jamesmcroft jamesmcroft deleted the feature/ui-data-converters branch March 16, 2022 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants