tags:

views:

35

answers:

1

Can any one please let me know, Is convert.tobase64string in .Net equal to base64_encode in PHP?

+1  A: 

Yes. They are the same. They all generate the RFC compliant Base64 strings.

ZZ Coder