System.IO.Stream
C#
3
Posts
3
Posters
0
Views
1
Watching
-
How to convert string or StringBuilder to System.IO.Stream using C# ? pls guide
-
How to convert string or StringBuilder to System.IO.Stream using C# ? pls guide
Use
StringWriter
top secret
Download xacc-ide 0.0.3 now!
See some screenshots -
How to convert string or StringBuilder to System.IO.Stream using C# ? pls guide
If you haven't the option to use StringWriter, use MemoryStream and Convert.GetBytes