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
David Smith
NA
2k
0
Encode OrderOject into a string
Oct 2 2011 1:43 AM
'
Tutorial on Encoding orderobject into a string then Decode string back to original orderobject
Can someone assist me or point me to the right direction.
Random randomCreditCardNo = new Random();
string senderId = retailers[i].ManagedThreadId.ToString();
int cardNo = randomCreditCardNo.Next(5000, 7000);
int amount = chicken.getPrice();
OrderObject orderObject = new OrderObject(senderId, cardNo, amount);
Reply
Answers (
3
)
C# mulitcell buffer
C# Mulit Cell Buffer