C# 클래스 WaveBox.Core.Extensions.StringExtensions

파일 보기 프로젝트 열기: einsteinx2/WaveBox

공개 메소드들

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