Click or drag to resize
RandomHelperLetter Method
生成字母组成的随机字符串

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string Letter(
	int size
)

Parameters

size
Type: SystemInt32
随机字符串长度

Return Value

Type: String
返回生成的字符串
See Also