how to get string value entered in numericupdown silverlight control?
I am using silver-light numeric up-down control. Control is set for decimal numbers. Maximum limit 28 and minimum limit is -28 Increment steps are 0.25 using this control in dutch culture so it accept value in the form 1,2 and converts it in to 1.2 3,5 and converts it in to 3.5 10,3 and converts it in to 10.3 27,5 and converts it in to 27.5 Now my issue is that when try to enter value 1.2 it converts it into 12,00 ( I want 1.2 should reflect to 1,2 ) How do I achieve it? or How do I get string value entered in the NumeriCupDown control as string. so I can act on string as I want? I tried using