Silverlight base64 kodlama / kod çözme için php

1 Cevap php

My question is quite similar with this one. But it is php to silverlight.

Benim php kodu (sunucu kodlamak):

$str = 'This is the string';
$encoded = base64_encode($str);

Nasıl Silverlight 2 çözümlenmiş dize elde olabilir?

1 Cevap

Soruyu sadece Silverlight base64 dizeleri çözme konusunda PHP ile yapmak aslında hiçbir şey olan - hızlı bir Google arama inanılan isteniyorsa, böyle olur:

byte[] content = System.Convert.FromBase64String(base64string);