C# 클래스 Electro.Utils.ByteArrayUtils

파일 보기 프로젝트 열기: HackerDom/ructfe-2015

공개 메소드들

메소드 설명
ToHex ( this bytes ) : string
ToHex ( this bytes, int offset, int count ) : string

메소드 상세

ToHex() 공개 정적인 메소드

public static ToHex ( this bytes ) : string
bytes this
리턴 string

ToHex() 공개 정적인 메소드

public static ToHex ( this bytes, int offset, int count ) : string
bytes this
offset int
count int
리턴 string