How to include the prompt char on masked textbox's Text? I also want to save the prompt char
Example i specify mask: &&&&/&&
And prompt char of _
Then I enter 12 4/5. the program should save it as 12_4/5. Anything left blank should be converted to prompt char when getting the masked Textbox's Text
[EDIT]
Found it, set TaskMaskFormat to IncludePromptAndLiterals