Base3264Encoding.

ToBase32LowProfanity(string) Method

Summary

String to base32 encoding with alphabet designed to reduce accidental profanity in output (no padding, case SENSITIVE) - uses bom-free utf8 for string to binary encoding

Syntax

public static string ToBase32LowProfanity(string input)

Parameters

Name Type Description
input string

Return Value

Type Description
string