I am trying to covert a line of code I have in ASP .Net VB:
VB Code:
strRandomText &= Mid(strCharacters, Int(Len(strCharacters) * Rnd()) + 1, 1)
How would I do this in C#?
|
Results 1 to 11 of 11
Thread: Simple conversion help!Threaded View
|
Click Here to Expand Forum to Full Width |