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
875
Use xamMaskedEditor to calculate a mask with literals and data
posted

I need to use a hidden xamMaskedEditor to take a mask and a data value and calculate the end result of the data applied to that mask. For example, say the data value was "12345" and the mask was "##-#-##", I need to get "12-3-45" out.

I'm filling in the Mask, DisplayMode, DataMode, PadChar, ValueType, and Value properties in this hidden xamMaskedEditor, but after doing this I don't see any property that contains the end result that I'm looking for.

Is there a method that I need to call to make this happen? Or something else I need to do?

Also, once the end result has been calculated, which property would I find that in? I would expect to see that in the Text property, but that is blank in my case.

Thank you for your help,
Jim Honeycutt