Summary
Create encoder/decoder using the standard base32 alphabet.
White space is not permitted when decoding (not ignored).
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Encoding - Containing Type
- Base32Url
Syntax
public Base32Url(bool padding, bool caseSensitive)
Parameters
Name | Type | Description |
---|---|---|
padding | bool | Require/use padding characters? |
caseSensitive | bool | Be case sensitive when decoding? |
Return Value
Type | Description |
---|---|
void |