Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

byte to stream c#

byte[] file = File. ReadAllBytes("{FilePath}");
Stream stream = new MemoryStream(file);
 
PREVIOUS NEXT
Tagged: #byte #stream
ADD COMMENT
Topic
Name
1+2 =