C# Class Com.Aote.Utils.HexCon

Datei anzeigen Open project: DuBin1988/restv2

Public Methods

Method Description
ByteToString ( byte InBytes ) : string
StringToByte ( string InString ) : byte[]

Method Details

ByteToString() public static method

public static ByteToString ( byte InBytes ) : string
InBytes byte
return string

StringToByte() public static method

public static StringToByte ( string InString ) : byte[]
InString string
return byte[]