My question is quite similar with this one.
But it is php to silverlight.
my php code (server encode):
$str = 'This is the string';
$encoded = base64_encode($str);
How could I achieved the decoded string in Silverlight 2?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The question has actually nothing to do with PHP, just about decoding base64 strings in Silverlight – which, if a quick Google search is to be believed, happens like this: