encode_base32(p_value bigint)


Description

Encodes a big integer value into Base32 representation. The representation here is that designed by Douglas Crockford (https://www.crockford.com/base32.html).

Parameters

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

    The value to encode as a Crockford Base32 value.

Parameters

Name Type Mode
p_value bigint IN

Definition