Click or drag to resize
RandomHelperNumber Method
生成指定位数的随机0-9数字字符串

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

Parameters

size
Type: SystemInt32
随机字符串长度

Return Value

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