开发者

Convert Image Datatype in sqlserver to Byte[] in Linq anonymous object

开发者 https://www.devze.com 2022-12-14 15:30 出处:网络
I\'开发者_运维技巧m facing problem while converting image datatype to byte[]. Please give me a solution for this.

I'开发者_运维技巧m facing problem while converting image datatype to byte[]. Please give me a solution for this.

Thanks in advance.

Susan.


What you are looking for is the LockBits method. Check out:

LockBits()

0

精彩评论

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