C# Класс Redu.Util.StringExtensions

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

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

Метод Описание
ByteCount ( this c, EncodingType type ) : int
ToBytes ( this c, EncodingType type ) : byte[]

Описание методов

ByteCount() публичный статический Метод

public static ByteCount ( this c, EncodingType type ) : int
c this
type EncodingType
Результат int

ToBytes() публичный статический Метод

public static ToBytes ( this c, EncodingType type ) : byte[]
c this
type EncodingType
Результат byte[]