C# Class Hamekoz.Extensions.StringExtensions

Afficher le fichier Open project: hamekoz/hamekoz-sharp

Méthodes publiques

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

Method Details

CheckEmailFormat() public static méthode

public static CheckEmailFormat ( this email ) : bool
email this
Résultat bool

IsNumeric() public static méthode

public static IsNumeric ( this theValue ) : bool
theValue this
Résultat bool

Left() public static méthode

Obtiene parte izquierda de una cadena
public static Left ( this param, int length ) : string
param this
length int
Résultat string

Right() public static méthode

obtiene parte derecha de una cadena
public static Right ( this param, int length ) : string
param this
length int
Résultat string

ToBasicASCII() public static méthode

public static ToBasicASCII ( this texto ) : string
texto this
Résultat string