C# Class Redu.Util.StringExtensions

显示文件 Open project: arccoza/redu

Public Methods

Method Description
ByteCount ( this c, EncodingType type ) : int
ToBytes ( this c, EncodingType type ) : byte[]

Method Details

ByteCount() public static method

public static ByteCount ( this c, EncodingType type ) : int
c this
type EncodingType
return int

ToBytes() public static method

public static ToBytes ( this c, EncodingType type ) : byte[]
c this
type EncodingType
return byte[]