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