开发者

in asp.net how to convert the binary file to a file in a string format and display it in a page

开发者 https://www.devze.com 2023-02-12 07:10 出处:网络
I wish to know how to convert the byte array file toa file in a string forma开发者_开发百科t and display it in a webpage. Can anyone tell me how can i perform this?Unsure of what your actual aim is, a

I wish to know how to convert the byte array file to a file in a string forma开发者_开发百科t and display it in a webpage. Can anyone tell me how can i perform this?


Unsure of what your actual aim is, a good place to start investigating would be the System.Text.Encoding class

http://msdn.microsoft.com/en-us/library/system.text.encoding.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消