Summary
Decodes a base32 string back to the original binary based on the constructor parameters.
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Encoding - Containing Type
- Base32Url
Syntax
public byte[] Decode(string input)
Parameters
Name | Type | Description |
---|---|---|
input | string | base32 string |
Return Value
Type | Description |
---|---|
byte[] | byte[] of data originally encoded with Encode method |