Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

convert stream to base64 string c#

You can also encode bytes to Base64. How to get this from a stream see here: How to convert an Stream into a byte[] in C#?

Or I think it should be also possible to use the .ToString() method and encode this.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #convert #stream #string
ADD COMMENT
Topic
Name
6+6 =