Summary
To binary 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.
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Encoding - Containing Type
- Base3264Encoding
Syntax
public static byte[] FromBase32Crockford(string input)
Parameters
Name | Type | Description |
---|---|---|
input | string |
Return Value
Type | Description |
---|---|
byte[] |