I have a string which represents an application (converted in bytes and then encoded in base64 -- if you ask yourself why, it is because i am transferring an application from a server to the client, in the hope of rebuilding it when transferred).
How would I get a Byte array back from this string?