C# Class Util.StrUtil

Afficher le fichier Open project: jediskywalker/RTDeals

Méthodes publiques

Свойство Type Description
EncryptPassCode string

Méthodes publiques

Méthode 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 méthode

public static AESDecrypt ( string toDecrypt ) : string
toDecrypt string
Résultat string

AESEncrypt() public static méthode

public static AESEncrypt ( string toEncrypt ) : string
toEncrypt string
Résultat string

CorrectLengthofPasscode() public static méthode

public static CorrectLengthofPasscode ( string Passcode ) : string
Passcode string
Résultat string

IsValidEmail() public static méthode

public static IsValidEmail ( string email ) : bool
email string
Résultat bool

IsValidPhone() public static méthode

public static IsValidPhone ( string phone ) : bool
phone string
Résultat bool

isDBNull() public static méthode

public static isDBNull ( object val, System.DateTime val2 ) : System.DateTime
val object
val2 System.DateTime
Résultat System.DateTime

isDBNull() public static méthode

public static isDBNull ( object val, bool val2 ) : bool
val object
val2 bool
Résultat bool

isDBNull() public static méthode

public static isDBNull ( object val, int val2 ) : int
val object
val2 int
Résultat int

isDBNull() public static méthode

public static isDBNull ( object val, string val2 ) : string
val object
val2 string
Résultat string

Property Details

EncryptPassCode public_oe static_oe property

public static string EncryptPassCode
Résultat string