Новые сообщения [новые:0]
Дайджест
Горячие темы
Избранное [новые:0]
Форумы
Пользователи
Статистика
Статистика нагрузки
Мод. лог
Поиск
|
15.01.2003, 13:43
|
|||
---|---|---|---|
|
|||
KeyChar |
|||
#18+
Как можно сделать, чтобы при нажатии "." отображалась ","? ... |
|||
:
Нравится:
Не нравится:
|
|||
|
15.01.2003, 15:09
|
|||
---|---|---|---|
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:13
|
|||
---|---|---|---|
KeyChar |
|||
#18+
ну в вашем случае, конечно, float.Parse ... |
|||
:
Нравится:
Не нравится:
|
|||
|
15.01.2003, 15:27
|
|||
---|---|---|---|
KeyChar |
|||
#18+
кстати, текущий разделитель можно получить так: Код: plaintext 1.
... |
|||
:
Нравится:
Не нравится:
|
|||
|
15.01.2003, 15:31
|
|||
---|---|---|---|
KeyChar |
|||
#18+
А еще можно в событии KeyPress для текстового поля запрещать вывод "." и подставлять "," Код: plaintext 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14.
... |
|||
:
Нравится:
Не нравится:
|
|||
|
|
start [/forum/topic.php?fid=20&mobile=1&tid=1440221]: |
0ms |
get settings: |
26ms |
get forum list: |
16ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
45ms |
get topic data: |
14ms |
get forum data: |
3ms |
get page messages: |
199ms |
get tp. blocked users: |
2ms |
others: | 366ms |
total: | 679ms |
0 / 0 |