-
Notifications
You must be signed in to change notification settings - Fork 420
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
[Proposal] Is In Range Converter #65
Comments
I have a working prototype here: 65-IsInRangeConverter. |
Bump |
Hey George! I've added the
needs discussion
In other words, I'll bring raise this to the team to see if any of the maintainers have the bandwidth to |
Hi George! Thanks for your work on this proposal. I will be championing this proposal. I will bring this to a vote to be approved so you can create a pull request. Thanks. |
Reopening Proposal. Only Proposals moved to the |
@brminnick I think that this proposal an be moved to the |
IsInRangeConverter
Summary
The IsInRangeConverter is a converter that allows users to convert a object value into a boolean value, checking if the value is between MinValue and MaxValue, returning true if the value is within the range and false if the value is out of the range
Detailed Design
IsInRangeConverter.shared.cs
Usage Syntax
XAML Usage
C# Usage
The text was updated successfully, but these errors were encountered: