C# Class Redu.Util.StringExtensions

Afficher le fichier Open project: arccoza/redu

Méthodes publiques

Méthode Description
ByteCount ( this c, EncodingType type ) : int
ToBytes ( this c, EncodingType type ) : byte[]

Method Details

ByteCount() public static méthode

public static ByteCount ( this c, EncodingType type ) : int
c this
type EncodingType
Résultat int

ToBytes() public static méthode

public static ToBytes ( this c, EncodingType type ) : byte[]
c this
type EncodingType
Résultat byte[]