C# 클래스 LowDig.Functions

파일 보기 프로젝트 열기: Ezzpify/FindLowDigAccounts

공개 메소드들

메소드 설명
ConvertToSteam64 ( string steamId ) : string

Converts from SteamId to SteamId64

GetStringBetween ( string source, string start, string end ) : string

Gets a string inbetween two strings

IsProperEmail ( string str ) : bool

Checks if an email adress looks okay

메소드 상세

ConvertToSteam64() 공개 정적인 메소드

Converts from SteamId to SteamId64
public static ConvertToSteam64 ( string steamId ) : string
steamId string SteamId to convert
리턴 string

GetStringBetween() 공개 정적인 메소드

Gets a string inbetween two strings
public static GetStringBetween ( string source, string start, string end ) : string
source string Source string
start string Start string
end string End string
리턴 string

IsProperEmail() 공개 정적인 메소드

Checks if an email adress looks okay
public static IsProperEmail ( string str ) : bool
str string String to check
리턴 bool