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
Diw Mishra
NA
5
395
how to convert JSON result in crypted form
Feb 22 2019 10:49 PM
I want to convert my json result in encryption from .Below are my json result that i want to convert it in encrypted form .
{
"Success": 1,
"Message": "Done",
"Response": [
{
"Column1": "Packing",
"agndno": "CGBASRT000149",
"AgndDate": "2018-02-16T00:00:00",
"PackDate": "2018-02-16T00:00:00",
"LoadDate": "2018-02-16T00:00:00",
"CFRNo": "CGCFRSRT000291",
"QuotNo": "WIQUSRT154384",
"FromCity": "SURAT",
"ToCity": "NEW DELHI",
"CSGNName": "TEST HOME STORAGE ENTRY CYGNUSTEAM",
"CSGNAddr": "TEST HOME STORAGE ENTRY CYGNUSTEAM",
"CSGNMobile": "7041121921",
"CSGNEmail": "
[email protected]
",
"SuperVisorName": null,
"Supervisor_Mobile": null,
"InstructionSlipNo": "INSSRT001013",
"CarInstructionSlipNo": null,
"totalcft": 34,
"servicetype": "HHG"
}
]
}
Reply
Answers (
3
)
How to place scrollbar inside richtext box
DataGridView from Form1 to PictureBox from Form2