C# Class Util.StrUtil

ファイルを表示 Open project: jediskywalker/RTDeals

Public Properties

Property Type Description
EncryptPassCode string

Public Methods

Method Description
AESDecrypt ( string toDecrypt ) : string
AESEncrypt ( string toEncrypt ) : string
CorrectLengthofPasscode ( string Passcode ) : string
IsValidEmail ( string email ) : bool
IsValidPhone ( string phone ) : bool
isDBNull ( object val, System.DateTime val2 ) : System.DateTime
isDBNull ( object val, bool val2 ) : bool
isDBNull ( object val, int val2 ) : int
isDBNull ( object val, string val2 ) : string

Method Details

AESDecrypt() public static method

public static AESDecrypt ( string toDecrypt ) : string
toDecrypt string
return string

AESEncrypt() public static method

public static AESEncrypt ( string toEncrypt ) : string
toEncrypt string
return string

CorrectLengthofPasscode() public static method

public static CorrectLengthofPasscode ( string Passcode ) : string
Passcode string
return string

IsValidEmail() public static method

public static IsValidEmail ( string email ) : bool
email string
return bool

IsValidPhone() public static method

public static IsValidPhone ( string phone ) : bool
phone string
return bool

isDBNull() public static method

public static isDBNull ( object val, System.DateTime val2 ) : System.DateTime
val object
val2 System.DateTime
return System.DateTime

isDBNull() public static method

public static isDBNull ( object val, bool val2 ) : bool
val object
val2 bool
return bool

isDBNull() public static method

public static isDBNull ( object val, int val2 ) : int
val object
val2 int
return int

isDBNull() public static method

public static isDBNull ( object val, string val2 ) : string
val object
val2 string
return string

Property Details

EncryptPassCode public_oe static_oe property

public static string EncryptPassCode
return string