开发者

FromBase64String Method maximum length

开发者 https://www.devze.com 2023-01-01 05:59 出处:网络
FromBase64St开发者_如何转开发ring Method maximum lengthBasically as long as is practical - you\'ll be hit by other limitations (maximum size of a string, or indeed any object) before you hit a problem

FromBase64St开发者_如何转开发ring Method maximum length


Basically as long as is practical - you'll be hit by other limitations (maximum size of a string, or indeed any object) before you hit a problem in FromBase64String itself.

If you want to read huge amounts of base64 data, you'll need to split it up. So long as you read chunks which are multiples of 4 characters at a time, you should be able to transform it one chunk at a time without any problem.

0

精彩评论

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