The RandomString type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Get()()()() |
Get a random string made of 10 alphanumeric characters, both uppercase and lowercase, with numbers.
|
![]() ![]() | Get(Int32) |
Get a random string made of 'len' alphanumeric characters, both uppercase and lowercase, with numbers.
|
![]() ![]() | Get(Int32, Boolean) |
Get a random string made of 'len' alphanumeric characters, both uppercase and lowercase, with numbers.
If 'withSpaces' then the resulting string may contain one or more spaces.
|
![]() ![]() | GetEx()()()() |
Get a random string made of 10 alphanumeric characters, both uppercase and lowercase,
with symbols and numbers.
|
![]() ![]() | GetEx(Int32) |
Get a random string made of 'len' alphanumeric characters, both uppercase and lowercase,
with symbols and numbers.
|
![]() ![]() | GetEx(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.
|
![]() ![]() | IsInAlpha |
Determines whether the character c between alphanumeric characters, both uppercase and lowercase,
with numbers.
|
![]() ![]() | IsInAlphaEx |
Determines whether the character c between alphanumeric characters, both uppercase and lowercase,
with numbers.
|