Jun 7, 2004 #1 rskiko Programmer Mar 17, 2004 10 TN Hi, Can someone show me the way how to convert a string to a Byte[] array. Thanks.
Jun 7, 2004 #2 AtomicChip Programmer May 15, 2001 622 CA System.Text.ASCII.ASCIIEncoding.GetBytes(string) ----------------------------------------------- http://www.liquidfuzion.com"The night sky over the planet Krikkit is the least interesting sight in the entire universe." -Hitch Hiker's Guide To The Galaxy Upvote 0 Downvote
System.Text.ASCII.ASCIIEncoding.GetBytes(string) ----------------------------------------------- http://www.liquidfuzion.com"The night sky over the planet Krikkit is the least interesting sight in the entire universe." -Hitch Hiker's Guide To The Galaxy