C# Class WaveBox.Core.Extensions.StringExtensions

ファイルを表示 Open project: einsteinx2/WaveBox

Public Methods

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

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

MD5() public static method

public static MD5 ( this sumthis ) : string
sumthis this
return string

MonthForAbbreviation() public static method

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

RemoveByteOrderMark() public static method

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

SHA1() public static method

Generates a SHA1 sum of a given string
public static SHA1 ( this sumthis ) : string
sumthis this
return string