Base32Url.

Decode(string) Method

Summary

Decodes a base32 string back to the original binary based on the constructor parameters.

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