Hi, I have this code to php <?php $price = "542.57"; $myvar = base64_encode($price); echo $myvar; echo base64_decode($myvar); ?> PHP: Is anything equivalent in asp? thanks in advance