Base3264Encoding.

FromBase32CrockfordToString(string) Method

Summary

To string from base32 encoding designed for human readability or OCR / hand writing recognition situations (non symmetric conversion - i.e. 1IiLl all mean the same thing). Case insensitive, no padding. Uses bom-free utf8 for string to binary encoding.

Syntax

public static string FromBase32CrockfordToString(string input)

Parameters

Name Type Description
input string

Return Value

Type Description
string