C# Class DevUtils.Hash.GetRandom

Randon util class
Exibir arquivo Open project: jornfilho/.net-Dev-Utils

Public Methods

Method Description
CreateRandonHash ( int size ) : string

Create randon hash with letter, number and symbols

Method Details

CreateRandonHash() public static method

Create randon hash with letter, number and symbols
public static CreateRandonHash ( int size ) : string
size int hash size
return string