Base3264Encoding.

FromBase32Url(string) Method

Summary

To binary from "base32 url" per rfc (standard base 32 without padding, no padding, case insensitive)

Syntax

public static byte[] FromBase32Url(string input)

Parameters

Name Type Description
input string

Return Value

Type Description
byte[]