|
KeyChar
|
|||
---|---|---|---|
#18+
Как можно сделать, чтобы при нажатии "." отображалась ","? ... |
|||
:
Нравится:
Не нравится:
|
|||
15.01.2003, 13:43 |
|
KeyChar
|
|||
---|---|---|---|
#18+
можно считывать в переменную типа string, сканить её на предмет "." и менять на ",". Потом переводить в float. Можно даже отдельный класс разработать для этого. посмотри также метод int.Parse - Converts the string representation of a number to its 32-bit signed integer equivalent. Overload List Converts the string representation of a number to its 32-bit signed integer equivalent. [C#] public static int Parse(string); Converts the string representation of a number in a specified culture-specific format to its 32-bit signed integer equivalent. [C#] public static int Parse(string, IFormatProvider); Converts the string representation of a number in a specified style to its 32-bit signed integer equivalent. [C#] public static int Parse(string, NumberStyles); Converts the string representation of a number in a specified style and culture-specific format to its 32-bit signed integer equivalent. [C#] public static int Parse(string, NumberStyles, IFormatProvider); ... |
|||
:
Нравится:
Не нравится:
|
|||
15.01.2003, 15:09 |
|
KeyChar
|
|||
---|---|---|---|
#18+
ну в вашем случае, конечно, float.Parse ... |
|||
:
Нравится:
Не нравится:
|
|||
15.01.2003, 15:13 |
|
KeyChar
|
|||
---|---|---|---|
#18+
кстати, текущий разделитель можно получить так: Код: plaintext 1.
... |
|||
:
Нравится:
Не нравится:
|
|||
15.01.2003, 15:27 |
|
KeyChar
|
|||
---|---|---|---|
#18+
А еще можно в событии KeyPress для текстового поля запрещать вывод "." и подставлять "," Код: plaintext 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14.
... |
|||
:
Нравится:
Не нравится:
|
|||
15.01.2003, 15:31 |
|
|
start [/forum/topic.php?fid=20&tid=1440221]: |
0ms |
get settings: |
4ms |
get forum list: |
6ms |
check forum access: |
2ms |
check topic access: |
2ms |
track hit: |
33ms |
get topic data: |
5ms |
get forum data: |
1ms |
get page messages: |
141ms |
get tp. blocked users: |
1ms |
others: | 351ms |
total: | 546ms |
0 / 0 |