C# Class LowDig.Functions

Show file Open project: Ezzpify/FindLowDigAccounts

Public Methods

Method Description
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

Method Details

ConvertToSteam64() public static method

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

GetStringBetween() public static method

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
return string

IsProperEmail() public static method

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