base64

Downloaded 9 times
Average rating
(0 votes)

Encoding and decoding of base64 strings

Usage:
string testing = "test"
testing = base64encode(testing)
testing = base64decode(testing)

Releases

Development snapshotsDateSizeLinks
IGOR.5.00.x-1.0.x-dev2008-Jun-02632.17 KB

Back to top