C# Class Cassette.Utilities.ByteArrayExtensions

Afficher le fichier Open project: Zocdoc/cassette Class Usage Examples

Méthodes publiques

Méthode Description
FromHexString ( string hex ) : byte[]
ToHexString ( this bytes ) : string

Method Details

FromHexString() public static méthode

public static FromHexString ( string hex ) : byte[]
hex string
Résultat byte[]

ToHexString() public static méthode

public static ToHexString ( this bytes ) : string
bytes this
Résultat string