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

allow ValueConverter parameters without '' #54

Open
mrsasha opened this issue Sep 1, 2016 · 0 comments
Open

allow ValueConverter parameters without '' #54

mrsasha opened this issue Sep 1, 2016 · 0 comments
Assignees

Comments

@mrsasha
Copy link
Member

mrsasha commented Sep 1, 2016

currently ValueConverter only interprets parameters inside '', which means that

binding="{Text @= LocalizedFullName(Profile.Firstname, 'Profile.Lastname')}"

sees the parameter, but

binding="{Text @= LocalizedFullName(Profile.Firstname, Profile.Lastname)}"

doesn't, which doesn't allow us to bind to objects as parameters.

@mrsasha mrsasha self-assigned this Sep 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant