Answer the question
In order to leave comments, you need to log in
How to set Culture for Mask in MaskedTextBox?
There is a problem if I do this:
m_TextBox.Culture = CultureInvariantHelper.ci;
m_TextBox.Mask = "00:00:00.000 00.00.0000";
m_TextBox = new MaskedTextBox( "00:00:00.000 00.00.0000", CultureInvariantHelper.ci)
Answer the question
In order to leave comments, you need to log in
m_TextBox.Mask = @"00:00:00\.000 00\.00\.0000"; // Culture doesn't need to be changed
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question