Skip to content

BDK Generate Random String

Xenland edited this page Dec 13, 2012 · 2 revisions

Back to API Call Index

Purpose

This function will generate a pseudo-random string based on input length. The characters are alpha-numeric (including Upper-case letters). The characters that are chosen randomly are seen in the following list: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789

Parameter(s)

This function accepts one parameter length which by default has the value of 4096

Output | Array

This function outputs an array of values

  • Type: Integer

  • return_status when equal to 1 then this function was successfully executed with out errors.

  • Type: String

  • random_string