C# 클래스 Cassette.Utilities.ByteArrayExtensions

파일 보기 프로젝트 열기: Zocdoc/cassette 1 사용 예제들

공개 메소드들

메소드 설명
FromHexString ( string hex ) : byte[]
ToHexString ( this bytes ) : string

메소드 상세

FromHexString() 공개 정적인 메소드

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

ToHexString() 공개 정적인 메소드

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