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.
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Encoding - Containing Type
- Base32Url
Syntax
public static byte[] FromBase32String(string input)
Parameters
Name | Type | Description |
---|---|---|
input | string |
Return Value
Type | Description |
---|---|
byte[] |