Click here to Skip to main content
15,881,424 members
Articles / Programming Languages / C#

Base32 encoding implementation in .NET

Rate me:
Please Sign up or sign in to vote.
3.54/5 (9 votes)
15 Apr 2009CPOL2 min read 64.2K   2.4K   17  
Native .NET (C#) implementation of Base32 and zBase32 encoding.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Base32Encoder", "Base32Encoder\Base32Encoder.csproj", "{510EC060-479F-4A49-86E8-A06A4D7B7AFC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{4A385976-2BB7-4537-A17A-39342C5CAD01}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{510EC060-479F-4A49-86E8-A06A4D7B7AFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{510EC060-479F-4A49-86E8-A06A4D7B7AFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{510EC060-479F-4A49-86E8-A06A4D7B7AFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{510EC060-479F-4A49-86E8-A06A4D7B7AFC}.Release|Any CPU.Build.0 = Release|Any CPU
		{4A385976-2BB7-4537-A17A-39342C5CAD01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4A385976-2BB7-4537-A17A-39342C5CAD01}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4A385976-2BB7-4537-A17A-39342C5CAD01}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4A385976-2BB7-4537-A17A-39342C5CAD01}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
India India
I am programmer by profession and by heart. I just love it. I cant believe I am paid for programming. Smile | :)

Currently I have the responsibility of leading a software development team and one product. My work involves dealing with Delphi, .NET (C#) and SQL Server.

More on my home page

Comments and Discussions