C# 클래스 OnlineVideos.Sites.Utils.HelperUtils

파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2

공개 메소드들

메소드 설명
AaDecode ( string encoded ) : string
GetRandomChars ( int amount ) : string
IsValidEmail ( string email ) : bool

메소드 상세

AaDecode() 공개 정적인 메소드

public static AaDecode ( string encoded ) : string
encoded string
리턴 string

GetRandomChars() 공개 정적인 메소드

public static GetRandomChars ( int amount ) : string
amount int
리턴 string

IsValidEmail() 공개 정적인 메소드

public static IsValidEmail ( string email ) : bool
email string
리턴 bool