Base32Url.

FromBase32String(string) Method

Summary

Decode a base32 string to a byte[] using the default options (case insensitive without padding using the standard base32 alphabet from rfc4648). White space is not permitted (not ignored). Use alternative constructors for more options.

Syntax

public static byte[] FromBase32String(string input)

Parameters

Name Type Description
input string

Return Value

Type Description
byte[]