Table of Contents

TBase32.Decode Method

Decodes the input Base32 string to a byte array.

Syntax

Unit: Sphinx.Otp

class function TBase32.Decode(const Input: string): TArray<Byte>;

Parameters

<-> Parameter Type Description
const Input string The input Base32 string to decode.

Returns

The decoded byte array.

See also