C# Класс Hamekoz.Extensions.StringExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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