Class RandomStringGenerator
  
  
  
    Inheritance
    
    
    RandomStringGenerator
   
  
  
  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
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GenerateAlphabeticString(int)
  
  
  Declaration
  
    public string GenerateAlphabeticString(int length)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | int | 
        length | 
         | 
      
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GenerateNumberString(int)
  
  
  Declaration
  
    public string GenerateNumberString(int length)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | int | 
        length | 
         | 
      
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GenerateSpecialCharsString(int)
  
  
  Declaration
  
    public string GenerateSpecialCharsString(int length)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | int | 
        length | 
         | 
      
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GenerateString(int)
  
  
  Declaration
  
    public string GenerateString(int length)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | int | 
        length | 
         | 
      
    
  
  Returns