Base32Url.

Base32Url(bool, bool, bool) Constructor

Summary

Create encoder/decoder using the standard base32 alphabet.

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