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 string[]
Aug 17 2013 7:35 AM
public string[] GetAccessPointMacAddresses()
{
netshline = null;
while ((netshline = sr.ReadLine()) != null)
{
int BSSIDNumber = 0;
BSSIDNumber = Convert.ToInt32(netshline.IndexOf("BSSID" + 6));
string result1 = netshline.Substring(netshline.IndexOf(":") + 1);
return result1;
}
}
if i return result1 i am getting this error
Reply
Answers (
2
)
How to become Microsoft MVP???
how to create a antivirus protection software