C# 클래스 Misc.ArrayConversionHelpers

파일 보기 프로젝트 열기: llucenic/MonoDevelop.Debugger.Gdb.D

공개 메소드들

메소드 설명
ByteArrayToHexString ( byte bytes ) : string
HexStringToByteArray ( string hex ) : byte[]

메소드 상세

ByteArrayToHexString() 공개 정적인 메소드

public static ByteArrayToHexString ( byte bytes ) : string
bytes byte
리턴 string

HexStringToByteArray() 공개 정적인 메소드

public static HexStringToByteArray ( string hex ) : byte[]
hex string
리턴 byte[]