Méthode | Description | |
---|---|---|
CheckEmailFormat ( this email ) : bool | ||
IsNumeric ( this theValue ) : bool | ||
Left ( this param, int length ) : string |
Obtiene parte izquierda de una cadena
|
|
Right ( this param, int length ) : string |
obtiene parte derecha de una cadena
|
|
ToBasicASCII ( this texto ) : string |
public static CheckEmailFormat ( this email ) : bool | ||
this | ||
Résultat | bool |
public static IsNumeric ( this theValue ) : bool | ||
theValue | this | |
Résultat | bool |
public static Left ( this param, int length ) : string | ||
param | this | |
length | int | |
Résultat | string |
public static Right ( this param, int length ) : string | ||
param | this | |
length | int | |
Résultat | string |
public static ToBasicASCII ( this texto ) : string | ||
texto | this | |
Résultat | string |