var base64Text = Convert.ToBase64String(System.IO.File.ReadAllBytes(filePathHere));You can pass any byte array to be converted and you can get a byte from any file with File.ReadAllBytes. This is information you could have found fairly easily if you'd looked doe general information on files and converting data instead of assuming that there is something specific to this type of file.
How do I get the metafile back from the base64String?
That is also my question.please help us.