C# 클래스 BelhardTraining.Extensions.ArrayExtensions

파일 보기 프로젝트 열기: bazile/Training

공개 메소드들

메소드 설명
CompareTo ( this buf1, byte buf2 ) : bool
ToHexString ( this buf ) : string
ToHexString ( this buf, char separator ) : string

메소드 상세

CompareTo() 공개 정적인 메소드

public static CompareTo ( this buf1, byte buf2 ) : bool
buf1 this
buf2 byte
리턴 bool

ToHexString() 공개 정적인 메소드

public static ToHexString ( this buf ) : string
buf this
리턴 string

ToHexString() 공개 정적인 메소드

public static ToHexString ( this buf, char separator ) : string
buf this
separator char
리턴 string