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?
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?