passwordchar

MaskedTextBox with PasswordChar defined, how to get the displayed string value?

I have a MaskedTextBox with the PasswordChar defined so that relevant characters are not displayed raw but instead have the defined PasswordChar used instead. Just like a traditional password entry field, except I have a Mask defined so that not all the characters are turned into the PasswordChar. I want to get the string that is actua...