VerifyCodeRand Class | Helper帮助文档 |
验证码类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class VerifyCodeRand
Public Class VerifyCodeRand
public ref class VerifyCodeRand
type VerifyCodeRand = class end
The VerifyCodeRand type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VerifyCodeRand | Initializes a new instance of the VerifyCodeRand class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Number(Int32) |
生成随机数字
| |
Number(Int32, Boolean) |
生成随机数字
| |
Str(Int32) |
生成随机字母与数字
| |
Str(Int32, Boolean) |
生成随机字母与数字
| |
Str_char(Int32) |
生成随机纯字母随机数
| |
Str_char(Int32, Boolean) |
生成随机纯字母随机数
| |
ToString | (Inherited from Object.) |
See Also