vb.net版
private
shared
constant
aschar
() =
public
shared
function generaterandom()
function
generaterandom(
byval
length
asinteger
) as
string
dimnewrandom
assystem.text.stringbuilder
=new
system.text.stringbuilder(
62)
dimrd
asrandom
=new
random
dimi
asinteger=0
while
i <
62)))
system.math.min(system.threading.interlocked.increment(i),i-1
) end
while
return
newrandom.tostring
end function
c#版
private
static
char
constant
= ;
public
static
string
generaterandom(
intlength)
return
newrandom.tostring();}
呼叫
string str=generaterandom(6);//引數表示需要產生隨機數的數目
任意數字大小寫字母的隨機數的產生
vb.net版 private shared constant aschar public shared function generaterandom function generaterandom byval length asinteger as string dimnewrandom ass...
Random的生成隨機數小寫字母 數字
生成隨機數字和字母,public static string getstringrandom int length if isnum 6 輸出字母還是數字 if char equalsignorecase charornum else if num equalsignorecase charornu...
大小寫字母的轉化
方法1 利用tolowercase 將字串轉化為小寫,touppercase 將字串轉化為大寫。注意 轉化過程並不是對原字串s進行轉化,而是需要形成新的字串存到s中。scanner scanner new scanner system.in string s scanner.nextline sys...