Version

Display a Currency Mask Without the Currency Symbol

We’ve added a flag to the already existing currency mask used by both the EditorWithMask base class and WinCurrencyEditor™ control. The no_symbol flag will allow you to specify a specific culture’s currency without using the actual currency symbol (i.e., ¥, £, €, $). For example, you can use the {currency:n.m:no_symbol} mask to display dollars and cents in the US culture without displaying the dollar sign ($5.50 would display as 5.50). For more information on these masks, see the MaskInput property.