5 questions
1 vote
1 answer
2k views
Escaping a double quotes in string in c#
I know this has been covered lots of times but I still have a problem with all of the solutions. I need to build a string to send to a JSON parser which needs quotes in it. I've tried these forms: ...
17 votes
4 answers
31k views
How to convert this hex string into a long?
I have: "0xE94C827CEB" in hex but as a string. Which is: 1002011000043 (dd mm yyyy HH mm ss) Unfortunately I don't know how to do the conversion if I only have it in string format, and I don't have ...
11 votes
4 answers
13k views
Netduino no "Console.WriteLine", Console does not exist in current context
I cannot seem to get my very simple netduino program to write to the debug console; VS throws an error The name 'Console' does not exist in the current context Any ideas what might cause it to not ...
7 votes
3 answers
4k views
Json Library for .Net Microframework
I'm running a light webserver using .Net Microframework and I was wondering what libraries would work well for for mainly JSON serialization, but possibly deserialization as well. Problem I've found ...
0 votes
1 answer
2k views
Send Message using a WebRequest and Twilio
I'm need to send a message using Twilio services and the NetDuino. I know there is an API that allows to send messages but it uses Rest-Sharp behind the scene which is not compatible with the micro-...