C# Class Hamekoz.Extensions.StringExtensions

Mostra file Open project: hamekoz/hamekoz-sharp

Public Methods

Method 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 method

public static CheckEmailFormat ( this email ) : bool
email this
return bool

IsNumeric() public static method

public static IsNumeric ( this theValue ) : bool
theValue this
return bool

Left() public static method

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

Right() public static method

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

ToBasicASCII() public static method

public static ToBasicASCII ( this texto ) : string
texto this
return string