Base32Url.CharMap.

Base32Url.

CharMap(char, IEnumerable<char>) Constructor

Summary

Initializes a new instance of the Base32Url.CharMap struct.

Syntax

public CharMap(char encodeTo, IEnumerable<char> decodeFrom)

Parameters

Name Type Description
encodeTo char The encode to.
decodeFrom IEnumerable<char> The decode from.

Return Value

Type Description
void