VerifyCodeRand.Number Method (Int32, Boolean)

HD.Common

VerifyCodeRandNumber Method (Int32, Boolean) Helper帮助文档
生成随机数字

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string Number(
	int Length,
	bool Sleep
)
Public Shared Function Number ( 
	Length As Integer,
	Sleep As Boolean
) As String
public:
static String^ Number(
	int Length, 
	bool Sleep
)
static member Number : 
        Length : int * 
        Sleep : bool -> string 

Parameters

Length
Type: SystemInt32
生成长度
Sleep
Type: SystemBoolean
是否要在生成前将当前线程阻止以避免重复

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.VerifyCodeRand.Number(System.Int32,System.Boolean)"]

See Also

Reference