C# Класс WaveBox.Core.Extensions.StringExtensions

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

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

Метод Описание
IsTrue ( this boolString ) : bool

Determine if a string is meant to indicate true, return false if none detected

MD5 ( this sumthis ) : string
MonthForAbbreviation ( this abb ) : int

Returns an integer representation of a month string

RemoveByteOrderMark ( this s ) : string

Remove UTF8 byte order mark from a string

SHA1 ( this sumthis ) : string

Generates a SHA1 sum of a given string

Описание методов

IsTrue() публичный статический Метод

Determine if a string is meant to indicate true, return false if none detected
public static IsTrue ( this boolString ) : bool
boolString this
Результат bool

MD5() публичный статический Метод

public static MD5 ( this sumthis ) : string
sumthis this
Результат string

MonthForAbbreviation() публичный статический Метод

Returns an integer representation of a month string
public static MonthForAbbreviation ( this abb ) : int
abb this
Результат int

RemoveByteOrderMark() публичный статический Метод

Remove UTF8 byte order mark from a string
public static RemoveByteOrderMark ( this s ) : string
s this
Результат string

SHA1() публичный статический Метод

Generates a SHA1 sum of a given string
public static SHA1 ( this sumthis ) : string
sumthis this
Результат string