Show / Hide Table of Contents

Class RandomStringGenerator

Inheritance
object
StringGenerator
RandomStringGenerator
Inherited Members
StringGenerator.LowercaseCharacters
StringGenerator.UppercaseCharacters
StringGenerator.NumericCharacters
StringGenerator.SpecialCharacters
StringGenerator.DefaultIncludeLowercase
StringGenerator.DefaultIncludeUppercase
StringGenerator.DefaultIncludeNumeric
StringGenerator.DefaultIncludeSpecial
StringGenerator.DefaultMaxAttempts
StringGenerator.random
StringGenerator.BuildCharacterSet(bool, bool, bool, bool)
StringGenerator.Generate(ReadOnlySpan<char>, int)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: RandomGenerator
Assembly: RandomGenerator.dll
Syntax
public class RandomStringGenerator : StringGenerator

Methods

| Improve this Doc View Source

GenerateAlphaNumbersString(int)

Declaration
public string GenerateAlphaNumbersString(int length)
Parameters
Type Name Description
int length
Returns
Type Description
string
| Improve this Doc View Source

GenerateAlphabeticString(int)

Declaration
public string GenerateAlphabeticString(int length)
Parameters
Type Name Description
int length
Returns
Type Description
string
| Improve this Doc View Source

GenerateNumberString(int)

Declaration
public string GenerateNumberString(int length)
Parameters
Type Name Description
int length
Returns
Type Description
string
| Improve this Doc View Source

GenerateSpecialCharsString(int)

Declaration
public string GenerateSpecialCharsString(int length)
Parameters
Type Name Description
int length
Returns
Type Description
string
| Improve this Doc View Source

GenerateString(int)

Declaration
public string GenerateString(int length)
Parameters
Type Name Description
int length
Returns
Type Description
string
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX