Click here to Skip to main content
15,890,609 members
Articles / Programming Languages / C#

Convert an integer to a base 64 string and back again very quickly

Rate me:
Please Sign up or sign in to vote.
2.77/5 (9 votes)
4 Jul 2008Public Domain1 min read 64.2K   305   23  
Convert a positive 32 bit integer to a base 64 string. This is the fastest and shortest encoding / decoding of an integer to / from text. Easily modified for 64 bit integers.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under A Public Domain dedication



Comments and Discussions