RandomHelperGetRandomString Method | Helper帮助文档 |
产生随机字符串(数字和字母混和)
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string GetRandomString( int length )
Public Shared Function GetRandomString ( length As Integer ) As String
public: static String^ GetRandomString( int length )
static member GetRandomString : length : int -> string
Parameters
- length
- Type: SystemInt32
[Missing <param name="length"/> documentation for "M:HD.Common.RandomHelper.GetRandomString(System.Int32)"]
Return Value
Type: String字符串
See Also