9 / 9 / 4
Регистрация: 23.12.2015
Сообщений: 730
|
||||||
1 | ||||||
Ошибки: Cannot implicitly convert type 'string' to 'int' и Argument 1: cannot convert from 'int' to 'string'15.01.2017, 19:17. Показов 6815. Ответов 2
Метки нет (Все метки)
youtube.com_Пишем парсер на Csharp. Ошибка
Пытаюсь написать парсер. Вроде сделал всё как в уроке. Выдаёт ошибки: - в строке MessageBox.Show(GetNiks(1)); - ошибка: Argument 1: cannot convert from 'int' to 'string' - в строке return nicks; - ошибка Cannot implicitly convert type 'string' to 'int' Как устранить данные ошибки? КОД Кликните здесь для просмотра всего текста
0
|
15.01.2017, 19:17 | |
Ответы с готовыми решениями:
2
Перегрузка индексаторов (Cannot implicitly convert type 'string' to 'int') Cannot implicitly convert type 'int' to 'int*'. An explicit conversion exists (are you missing a cast?) Implicitly convert type 'string' to 'System.Collections.Generic.IEnumerable<string> Cannot implicitly convert type 'int' to 'OreMiner' |
28 / 28 / 6
Регистрация: 25.12.2008
Сообщений: 186
|
|
15.01.2017, 19:30 | 2 |
MessageBox.Show(GetNiks(1).ToString());
1
|
9 / 9 / 4
Регистрация: 23.12.2015
Сообщений: 730
|
||||||
15.01.2017, 19:41 [ТС] | 3 | |||||
Дополнительное решение вопроса
0
|
15.01.2017, 19:41 | |
15.01.2017, 19:41 | |
Помогаю со студенческими работами здесь
3
Cannot implicitly convert type 'int' to 'bool' Ошибка: cannot convert 'int (*)[50]' to 'int*' for argument '1' to 'void vvod2m(int*, int*, int*, char)'Х2 Cannot implicitly convert type 'object' to 'string' Cannot implicitly convert type 'float' to 'string' Искать еще темы с ответами Или воспользуйтесь поиском по форуму: |