VerifyCodeRandStr 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 Str( int Length, bool Sleep )
Public Shared Function Str ( Length As Integer, Sleep As Boolean ) As String
public: static String^ Str( int Length, bool Sleep )
static member Str : Length : int * Sleep : bool -> string
Parameters
- Length
- Type: SystemInt32
生成长度 - Sleep
- Type: SystemBoolean
是否要在生成前将当前线程阻止以避免重复
Return Value
Type: String[Missing <returns> documentation for "M:HD.Common.VerifyCodeRand.Str(System.Int32,System.Boolean)"]
See Also