dotnetdummy123
New member
- Joined
- Aug 31, 2010
- Messages
- 4
- Programming Experience
- Beginner
Hello All,
I'm new to vb.net, can you please explain the difference.
If I converrt a string to base64, it required writebyte to write the base64 byte array, or should I convert string to base64 then to base64 String then output using writeString?
Is writebyte slower than writeString in term of performance?
Please advise.
Thanks in advance.
I'm new to vb.net, can you please explain the difference.
If I converrt a string to base64, it required writebyte to write the base64 byte array, or should I convert string to base64 then to base64 String then output using writeString?
Is writebyte slower than writeString in term of performance?
Please advise.
Thanks in advance.