Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Faker
Utilities
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