RandomHelperLetter Method |
生成字母组成的随机字符串
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string Letter(
int size
)
Public Shared Function Letter (
size As Integer
) As String
public:
static String^ Letter(
int size
)
static member Letter :
size : int -> string
Parameters
- size
- Type: SystemInt32
随机字符串长度
Return Value
Type:
String返回生成的字符串
See Also