C# 클래스 HaloShare.Core.Helpers

파일 보기 프로젝트 열기: ElDewrito/HaloShare

공개 메소드들

메소드 설명
BytesToString ( this byteCount ) : string
FromBase64 ( this base64EncodedData ) : string
GenerateSlug ( this phrase ) : string
RemoveAccent ( this txt ) : string
RemoveIllegal ( this text ) : string
ToBase64 ( this plainText ) : string
ToMD5 ( this stream ) : string
TransformMarkdown ( this markdown ) : string

메소드 상세

BytesToString() 공개 정적인 메소드

public static BytesToString ( this byteCount ) : string
byteCount this
리턴 string

FromBase64() 공개 정적인 메소드

public static FromBase64 ( this base64EncodedData ) : string
base64EncodedData this
리턴 string

GenerateSlug() 공개 정적인 메소드

public static GenerateSlug ( this phrase ) : string
phrase this
리턴 string

RemoveAccent() 공개 정적인 메소드

public static RemoveAccent ( this txt ) : string
txt this
리턴 string

RemoveIllegal() 공개 정적인 메소드

public static RemoveIllegal ( this text ) : string
text this
리턴 string

ToBase64() 공개 정적인 메소드

public static ToBase64 ( this plainText ) : string
plainText this
리턴 string

ToMD5() 공개 정적인 메소드

public static ToMD5 ( this stream ) : string
stream this
리턴 string

TransformMarkdown() 공개 정적인 메소드

public static TransformMarkdown ( this markdown ) : string
markdown this
리턴 string