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