Skip to content

Base32.Decode method

Decodes a Base32 string into a byte array.

public static byte[] Decode(string base32)
parameter description
base32 The Base32 string (required).

Return Value

The decoded byte array.

See Also