C# Class Com.Aote.Utils.HexCon

Afficher le fichier Open project: DuBin1988/restv2

Méthodes publiques

Méthode Description
ByteToString ( byte InBytes ) : string
StringToByte ( string InString ) : byte[]

Method Details

ByteToString() public static méthode

public static ByteToString ( byte InBytes ) : string
InBytes byte
Résultat string

StringToByte() public static méthode

public static StringToByte ( string InString ) : byte[]
InString string
Résultat byte[]