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
ravi kumar
NA
4
0
C# fixed method
Dec 24 2005 7:19 AM
Hi I am new to c#.NET. I have a problem with fixed method in C#.NET. I cann't understandard what does the following code means. Please anyone can explain this In my code unsafe { fixed(sbyte * sp = ByteValue); String newinstance = new String(sp); } whereas ByteValue is sbyte data type. Please explain the unsafe and fixed method Thanks in Advance. Regards R.Ravikumar
Reply
Answers (
1
)
How to create a simple addin for VS2003 in c#
Posting Special charectors using HttpWebRequest