C# Class WaveBox.Core.Extensions.StringExtensions

Afficher le fichier Open project: einsteinx2/WaveBox

Méthodes publiques

Méthode Description
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

Method Details

IsTrue() public static méthode

Determine if a string is meant to indicate true, return false if none detected
public static IsTrue ( this boolString ) : bool
boolString this
Résultat bool

MD5() public static méthode

public static MD5 ( this sumthis ) : string
sumthis this
Résultat string

MonthForAbbreviation() public static méthode

Returns an integer representation of a month string
public static MonthForAbbreviation ( this abb ) : int
abb this
Résultat int

RemoveByteOrderMark() public static méthode

Remove UTF8 byte order mark from a string
public static RemoveByteOrderMark ( this s ) : string
s this
Résultat string

SHA1() public static méthode

Generates a SHA1 sum of a given string
public static SHA1 ( this sumthis ) : string
sumthis this
Résultat string