C# Class HaloShare.Core.Helpers

Afficher le fichier Open project: ElDewrito/HaloShare

Méthodes publiques

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

Method Details

BytesToString() public static méthode

public static BytesToString ( this byteCount ) : string
byteCount this
Résultat string

FromBase64() public static méthode

public static FromBase64 ( this base64EncodedData ) : string
base64EncodedData this
Résultat string

GenerateSlug() public static méthode

public static GenerateSlug ( this phrase ) : string
phrase this
Résultat string

RemoveAccent() public static méthode

public static RemoveAccent ( this txt ) : string
txt this
Résultat string

RemoveIllegal() public static méthode

public static RemoveIllegal ( this text ) : string
text this
Résultat string

ToBase64() public static méthode

public static ToBase64 ( this plainText ) : string
plainText this
Résultat string

ToMD5() public static méthode

public static ToMD5 ( this stream ) : string
stream this
Résultat string

TransformMarkdown() public static méthode

public static TransformMarkdown ( this markdown ) : string
markdown this
Résultat string