Insert image into xml file using c#

前端 未结 5 1808
深忆病人
深忆病人 2020-12-31 08:47

I\'ve looked everywhere for the answer to this question but cant find anything so hoping you guys can help me on here.

Basically I want to insert an image into an el

5条回答
  •  执笔经年
    2020-12-31 08:57

    You can use a CDATA part or simply put all the bytes in their hexadecimal form as a string. Another option is to use a base64 encoding

    The element you use is up to you.

提交回复
热议问题