Click or drag to resize
RandomHelperLowerLetterAndNumber Method
生成一个小写字母与数字随机字符串

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

Parameters

size
Type: SystemInt32
随机字符串长度

Return Value

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