how to force user for 2 digit after the dot ?

Posted by Gold on Stack Overflow See other posts from Stack Overflow or by Gold
Published on 2010-05-27T05:17:52Z Indexed on 2010/05/27 5:21 UTC
Read the original article Hit count: 132

Filed under:
|

hi

how to force user for typing only 2 digit after the dot ?

for example:

100 - good

100.1 - good

10.21 - good

10.123 - bad

21.1234 - bad

i need it in the type time - in C# and Windows CE

thank's in advance

© Stack Overflow or respective owner

Related posts about c#

Related posts about windows-ce