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
shine pb
NA
40
13.3k
How to convert an unmanaged structure pointer to byte[] in c
Sep 26 2013 10:00 PM
Please help me to convert an unmanaged structure pointer to byte[] in c#?
public struct struct1
{
public byte a;
public int b;
}
struct1 objstruct= new struct1();
struct1* ptrStruct=&objstruct;
ptrStruct->a=1;
ptrStruct->b=4;
how can i convert ptrStruct to byte[]?
Reply
Answers (
1
)
four line in textbox save in multiple excel columns c#.net W
MYSQL database connectivity through c# application