C# 클래스 Faker.Utilities

Static utilities class
파일 보기 프로젝트 열기: FermJacob/Faker.Data

공개 메소드들

메소드 설명
AlphaNumeric ( ) : char

Gets a random alpha numeric char

Character ( ) : char

Gets a random alpha character

Numerify ( this s ) : string

Method not implemented

메소드 상세

AlphaNumeric() 공개 정적인 메소드

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

Character() 공개 정적인 메소드

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

Numerify() 공개 정적인 메소드

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