VerifyCodeRand Class

HD.Common

VerifyCodeRand Class Helper帮助文档
验证码类
Inheritance Hierarchy

SystemObject  HD.CommonVerifyCodeRand

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

  NameDescription
Public methodVerifyCodeRand
Initializes a new instance of the VerifyCodeRand class
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberNumber(Int32)
生成随机数字
Public methodStatic memberNumber(Int32, Boolean)
生成随机数字
Public methodStatic memberStr(Int32)
生成随机字母与数字
Public methodStatic memberStr(Int32, Boolean)
生成随机字母与数字
Public methodStatic memberStr_char(Int32)
生成随机纯字母随机数
Public methodStatic memberStr_char(Int32, Boolean)
生成随机纯字母随机数
Public methodToString (Inherited from Object.)
Top
See Also

Reference