decode_base32(p_value text)


Description

Decodes integers represented in Base32. The representation here is that designed by Douglas Crockford (https://www.crockford.com/base32.html).

Parameters

  • p_value :: Required? True; Default: ( No Default )

    The Base32 encoded value to decode back to a decimal representation.

Parameters

Name Type Mode
p_value text IN

Definition