Periodic Table of Visualizations
September 29, 2010 Leave a comment
Visual-literacy.org has a nicely done Periodic Table of Visualizations.
Bit of security, bit of privacy, and a bit of Kami
September 29, 2010 Leave a comment
Visual-literacy.org has a nicely done Periodic Table of Visualizations.
September 7, 2010 2 Comments
To convert from a string to a byte[] in C# use the following code:
byte[] newByteArray = System.Text.Encoding.UTF8.GetBytes("Hello World");
You can use UTF8, UTF16 (Unicode), and UTF32 encoding.