Overload List

  NameDescription
Public methodStatic memberGetEx()()()()
Get a random string made of 10 alphanumeric characters, both uppercase and lowercase, with symbols and numbers.
Public methodStatic memberGetEx(Int32)
Get a random string made of 'len' alphanumeric characters, both uppercase and lowercase, with symbols and numbers.
Public methodStatic memberGetEx(Int32, Boolean)
Get a random string made of 'len' alphanumeric characters, both uppercase and lowercase, with numbers and symbols. If 'withSpaces' then the resulting string may contain one or more spaces.

See Also