C# Class Pepino.Domain.RandomStringGenerator

Show file Open project: AcklenAvenue/Pepino

Public Methods

Method Description
RandomString ( int length, string allowedChars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" ) : string

Method Details

RandomString() public static method

public static RandomString ( int length, string allowedChars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" ) : string
length int
allowedChars string
return string