Base3264Encoding.

ToBase32LowProfanity(byte[]) Method

Summary

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

Syntax

public static string ToBase32LowProfanity(byte[] input)

Parameters

Name Type Description
input byte[]

Return Value

Type Description
string