C# Class SystemEx.Conversion

Afficher le fichier Open project: pvginkel/SystemEx

Méthodes publiques

Méthode Description
FromHex ( string value ) : byte[]
ToHex ( byte value ) : string

Method Details

FromHex() public static méthode

public static FromHex ( string value ) : byte[]
value string
Résultat byte[]

ToHex() public static méthode

public static ToHex ( byte value ) : string
value byte
Résultat string