TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
suhas setty
NA
128
52.2k
cannot implicitly convert type string to int
Aug 17 2013 11:44 AM
public int GetChannel(string mac)
{
while ((netshline = sr.ReadLine()) != null)
{
if(netshline.IndexOf("Channel") > 0)
{
mac = netshline.Substring(netshline.IndexOf(":") + 1).ToString();
}
}
return mac;
}
in return mac i am getting error
Reply
Answers (
2
)
how to create a antivirus protection software
C#.NET custom button sending clickevent twice?