Hello,
I am using version 2012.1.301.20 of the WinForms controls.
I have a currency value that is negative and using the mask C2. I want to get back just the number without the commas and dollar sign, however when I set the TextMaskFormat, I cannot get what I want.
I entered -1234.56 into the text box and this is what I get for Value & Text for each TextMaskFormat value:
Value 1 is 1234.56 and the Text is -$1,234.56 and TextMaskFormat is ExcludePromptAndLiterals
Value 2 is 1234.56 and the Text is -$1,234.56 and TextMaskFormat is IncludePrompt
Value 3 is -$1,234.56 and the Text is -$1,234.56 and TextMaskFormat is IncludeLiterals
Value 4 is -$1,234.56 and the Text is -$1,234.56 and TextMaskFormat is IncludePromptAndLiterals
Shouldn't ExcludePromptAndLiterals and IncludePrompt given me the Value -1234.56 ?
Thanks,
Chet
I am using version 2012.1.301.20 of the WinForms controls.
I have a currency value that is negative and using the mask C2. I want to get back just the number without the commas and dollar sign, however when I set the TextMaskFormat, I cannot get what I want.
I entered -1234.56 into the text box and this is what I get for Value & Text for each TextMaskFormat value:
Value 1 is 1234.56 and the Text is -$1,234.56 and TextMaskFormat is ExcludePromptAndLiterals
Value 2 is 1234.56 and the Text is -$1,234.56 and TextMaskFormat is IncludePrompt
Value 3 is -$1,234.56 and the Text is -$1,234.56 and TextMaskFormat is IncludeLiterals
Value 4 is -$1,234.56 and the Text is -$1,234.56 and TextMaskFormat is IncludePromptAndLiterals
Thanks,
Chet