Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1090
Default value converter
posted

Hey,

I want to set up a value converter that will convert something like the string "1k" in the numeric editor to the int 1000 in the bound property.

I was curious if you have any publicly exposed value converters that I could compose?  Then I could convert the string "1k" to the string "1000" and then pass the string "1000" to your value converter. This way I don't have to duplicate the actual conversion logic.

Thanks

Parents Reply Children
No Data