Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

string to Byte[]

Status
Not open for further replies.

rskiko

Programmer
Mar 17, 2004
10
TN
Hi,
Can someone show me the way how to convert a string to a Byte[] array.
Thanks.
 
System.Text.ASCII.ASCIIEncoding.GetBytes(string)

-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top