VerifyCodeRand.Str Method (Int32)

HD.Common

VerifyCodeRandStr Method (Int32) 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
)
Public Shared Function Str ( 
	Length As Integer
) As String
public:
static String^ Str(
	int Length
)
static member Str : 
        Length : int -> string 

Parameters

Length
Type: SystemInt32

[Missing <param name="Length"/> documentation for "M:HD.Common.VerifyCodeRand.Str(System.Int32)"]

Return Value

Type: String

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

See Also

Reference