C# 클래스 Tangzx.ABSystem.HashUtil

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

공개 메소드들

메소드 설명
Get ( Stream fs ) : string
Get ( byte data ) : string
Get ( string s ) : string
ToHexString ( byte bytes ) : string

메소드 상세

Get() 공개 정적인 메소드

public static Get ( Stream fs ) : string
fs System.IO.Stream
리턴 string

Get() 공개 정적인 메소드

public static Get ( byte data ) : string
data byte
리턴 string

Get() 공개 정적인 메소드

public static Get ( string s ) : string
s string
리턴 string

ToHexString() 공개 정적인 메소드

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