C# Class IOSharp.Utils.StringUtils

Datei anzeigen Open project: GerardSoleCa/IOSharp-netmf-Linux

Public Methods

Method Description
ByteArrayToString ( byte input ) : String
PrintConsole ( String message ) : void
PrintConsole ( byte input ) : void
ToHexString ( this buff ) : String

Private Methods

Method Description
ByteArrayToHexString ( byte p ) : String
ByteToHexString ( byte b ) : String
ByteToString ( byte input ) : String

Method Details

ByteArrayToString() public static method

public static ByteArrayToString ( byte input ) : String
input byte
return String

PrintConsole() public static method

public static PrintConsole ( String message ) : void
message String
return void

PrintConsole() public static method

public static PrintConsole ( byte input ) : void
input byte
return void

ToHexString() public static method

public static ToHexString ( this buff ) : String
buff this
return String