Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added UI Data Converter library #30

Merged
merged 13 commits into from
Mar 16, 2022
Merged

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