C-DEngine 5.105

TheScopeManager..::..GenerateCode Method

Generates a friendly code in the format of an EasyScopeID.

Namespace:  nsCDEngine.Security
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static string GenerateCode(
	int digits
)
Public Shared Function GenerateCode ( _
	digits As Integer _
) As String
public:
static String^ GenerateCode(
	int^ digits
)

Parameters

digits
Type: Int32
(Optional) The number of digits requested.

Return Value

The code.

Remarks


Chris, 3/31/2020.