Свойство | Type | Description | |
---|---|---|---|
EncryptPassCode | string |
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 |
public static AESDecrypt ( string toDecrypt ) : string | ||
toDecrypt | string | |
Résultat | string |
public static AESEncrypt ( string toEncrypt ) : string | ||
toEncrypt | string | |
Résultat | string |
public static CorrectLengthofPasscode ( string Passcode ) : string | ||
Passcode | string | |
Résultat | string |
public static IsValidEmail ( string email ) : bool | ||
string | ||
Résultat | bool |
public static IsValidPhone ( string phone ) : bool | ||
phone | string | |
Résultat | bool |
public static isDBNull ( object val, System.DateTime val2 ) : System.DateTime | ||
val | object | |
val2 | System.DateTime | |
Résultat | System.DateTime |
public static isDBNull ( object val, bool val2 ) : bool | ||
val | object | |
val2 | bool | |
Résultat | bool |
public static isDBNull ( object val, int val2 ) : int | ||
val | object | |
val2 | int | |
Résultat | int |
public static isDBNull ( object val, string val2 ) : string | ||
val | object | |
val2 | string | |
Résultat | string |