RandomPasswordB(Integer,Integer,Boolean,Boolean,Boolean) Method

Represents method RandomPasswordB(Integer,Integer,Boolean,Boolean,Boolean).

Namespace: flcRandom
function RandomPasswordB(const MinLength, MaxLength: Integer;
 const CaseSensitive, UseSymbols, UseNumbers: Boolean): UTF8String;

Parameters

MinLength
Type: Integer

MaxLength
Type: Integer

CaseSensitive
Type: Boolean

UseSymbols
Type: Boolean

UseNumbers
Type: Boolean

Return Value

Type: UTF8String