Click here to Skip to main content
15,888,610 members
Articles / General Programming / String

Convert String to Stream, and Stream to String

29 Jan 2010CPOL 4.1K   2
There are a lot of examples in inet how to convert string to stream and vise versa. I post one at CodeProject.Code Sample:using System;using System.IO;using System.Text;namespace CSharpConvertString2Stream{ class Program { static void Main( string[]...
Only logged in members can view this content

Please go to the String Table of Contents to view the list of available articles in this section.