I am using the following to format the double number, however, my integer ID field become 8,771.00. how to just format Double number? <Style TargetType="{x:Type igEditors:XamNumericEditor}"> <Setter Property="Mask" Value="{}{double:-15.2:c}" /> </Style>
Hello sluo2008,
It is not clear what exact format you are expecting. You can see this documentation to see the different mask options that are available. If you still cannot achieve what you want, please post examples of user input and expected output. Thank you.