Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
InfragisticsUltramaskededitの入力マスクを設定しようとしています。.Maskプロパティ(文字列)があります。私は試し"999,999.00"ましたが、これはセントを削減しまし"###,###.##"たが、これは例外につながります。
.Mask
"999,999.00"
"###,###.##"
私は解決策を見つけました-"#########.##"これはマスクであり、ボックスの-すべての作品Typeに設定する必要があります。double
"#########.##"
Type
double
次のコードを使用します。
textBox.Mask = "c"