C# Класс HaloShare.Core.Helpers

Показать файл Открыть проект

Открытые методы

Метод Описание
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