Base64 encoded string to file

前端 未结 2 1684
既然无缘
既然无缘 2020-12-08 09:13

I have a base64 encoded string.

How can I write this base64 encoded string to a file?

2条回答
  •  渐次进展
    2020-12-08 09:41

    As a first pointer, check out MSDN's documentation on the XmlTextreader's ReadBase64 Method... http://msdn.microsoft.com/en-us/library/system.xml.xmltextreader.readbase64.aspx

提交回复
热议问题