JHVerifyCode.GetChineseCode Method

DCSoft.DBUtilityGeneric

JHVerifyCodeGetChineseCode Method
随机生成指定位数的汉字验证码

Namespace: DCSoft.Utility.Drawing
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static string GetChineseCode(
	int codeNum
)

Parameters

codeNum
Type: SystemInt32
生成验证码的位数

Return Value

Type: String
返回指定位数的验证汉字字符串
See Also