C# 클래스 IOSharp.Utils.StringUtils

파일 보기 프로젝트 열기: GerardSoleCa/IOSharp-netmf-Linux

공개 메소드들

메소드 설명
ByteArrayToString ( byte input ) : String
PrintConsole ( String message ) : void
PrintConsole ( byte input ) : void
ToHexString ( this buff ) : String

비공개 메소드들

메소드 설명
ByteArrayToHexString ( byte p ) : String
ByteToHexString ( byte b ) : String
ByteToString ( byte input ) : String

메소드 상세

ByteArrayToString() 공개 정적인 메소드

public static ByteArrayToString ( byte input ) : String
input byte
리턴 String

PrintConsole() 공개 정적인 메소드

public static PrintConsole ( String message ) : void
message String
리턴 void

PrintConsole() 공개 정적인 메소드

public static PrintConsole ( byte input ) : void
input byte
리턴 void

ToHexString() 공개 정적인 메소드

public static ToHexString ( this buff ) : String
buff this
리턴 String