C# Class IOSharp.Utils.StringUtils

Afficher le fichier Open project: GerardSoleCa/IOSharp-netmf-Linux

Méthodes publiques

Méthode Description
ByteArrayToString ( byte input ) : String
PrintConsole ( String message ) : void
PrintConsole ( byte input ) : void
ToHexString ( this buff ) : String

Private Methods

Méthode Description
ByteArrayToHexString ( byte p ) : String
ByteToHexString ( byte b ) : String
ByteToString ( byte input ) : String

Method Details

ByteArrayToString() public static méthode

public static ByteArrayToString ( byte input ) : String
input byte
Résultat String

PrintConsole() public static méthode

public static PrintConsole ( String message ) : void
message String
Résultat void

PrintConsole() public static méthode

public static PrintConsole ( byte input ) : void
input byte
Résultat void

ToHexString() public static méthode

public static ToHexString ( this buff ) : String
buff this
Résultat String