Base32.Decode method

namespace: Serenity.Data   assemblySerenity.Net.Core

Decode 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