System.Convert.FromBase64String

R

rvnolen

Hello


I need to use System.Convert.ToBase64String and
System.Convert.FromBase64String in a VBA application that I am developing.

If I reference the System.dll -- Convert becomes undedfined.
Without referencing System.dll -- System is undefined.

What reference can I make to have System.Convert.ToBase64String and
System.Convert.FromBase64String compile and execute properly.

Thanks
Troy Nolen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top