Base3264Encoding.

FromBase32LowProfanity(string) Method

Summary

To binary from base32 encoding with alphabet designed to reduce accidental profanity in output (no padding, case SENSITIVE)

Syntax

public static byte[] FromBase32LowProfanity(string input)

Parameters

Name Type Description
input string

Return Value

Type Description
byte[]