Rajesh Kamalakshan
Tuesday, September 27, 2016
How do I convert byte[] to stream in C#?
The easiest way to convert a byte array to a stream is using the
MemoryStream
class:
Stream
stream =
new
MemoryStream
(byteArray);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment