Summary
Initializes a new instance of the
Base32Url.CharMap
struct.
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Encoding - Containing Type
- Base32Url
.CharMap
Syntax
public CharMap(char encodeTo, IEnumerable<char> decodeFrom)
Parameters
Name | Type | Description |
---|---|---|
encodeTo | char | The encode to. |
decodeFrom | IEnumerable |
The decode from. |
Return Value
Type | Description |
---|---|
void |