C# 클래스 Hamekoz.Extensions.StringExtensions

파일 보기 프로젝트 열기: hamekoz/hamekoz-sharp

공개 메소드들

메소드 설명
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

메소드 상세

CheckEmailFormat() 공개 정적인 메소드

public static CheckEmailFormat ( this email ) : bool
email this
리턴 bool

IsNumeric() 공개 정적인 메소드

public static IsNumeric ( this theValue ) : bool
theValue this
리턴 bool

Left() 공개 정적인 메소드

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

Right() 공개 정적인 메소드

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

ToBasicASCII() 공개 정적인 메소드

public static ToBasicASCII ( this texto ) : string
texto this
리턴 string