Summary
Create case insensitive encoder/decoder with alternative alphabet and no padding.
White space is not permitted when decoding (not ignored).
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Encoding - Containing Type
- Base32Url
Syntax
public Base32Url(string alternateAlphabet)
Parameters
Name | Type | Description |
---|---|---|
alternateAlphabet | string | Alphabet to use (such as Base32Url.ZBase32Alphabet) |
Return Value
Type | Description |
---|---|
void |