C# Class Faker.Utilities

Static utilities class
Exibir arquivo Open project: FermJacob/Faker.Data

Public Methods

Method Description
AlphaNumeric ( ) : char

Gets a random alpha numeric char

Character ( ) : char

Gets a random alpha character

Numerify ( this s ) : string

Method not implemented

Method Details

AlphaNumeric() public static method

Gets a random alpha numeric char
public static AlphaNumeric ( ) : char
return char

Character() public static method

Gets a random alpha character
public static Character ( ) : char
return char

Numerify() public static method

Method not implemented
public static Numerify ( this s ) : string
s this String to use
return string