Read the yyy in using TextReader, and then use Convert.FromBase64String, and
use FileStream to write back to disk as xxx.

Nick

----- Original Message -----
From: "Agus Kurniawan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 30, 2002 9:36 AM
Subject: [DOTNET] Base64


> I have xxx file and then I convert content of this file into Base64String
> using method System.Convert.ToBase64String(..) (C# language)
> After I have converted, I save into yyy file.
> Now, I have problem to convert back to original file ie. convert from yyy
> file to xxx file
> what method should I use ? how to implement that method ?
>
> Agus
>
> You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
> subscribe to other DevelopMentor lists at http://discuss.develop.com.
>

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to