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
1960
Obtain the formatted text from an UltraNumericEditor
posted

Hello,

I have an UltraNumericEditor set to NumericType = Double and an MaskInput = "{double:2.2} mm"

If I set the Value to 1.123 the control will format the text in accordance to the MaskInput and will display "1.12 mm". Is there a way to obtain the masked text programatically? In this scenario I would get "1.12 mm".

Thanks.