C# 클래스 ResLibTool

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

공개 메소드들

메소드 설명
CheckHashString ( string hashstr ) : bool
ComputeHashString ( byte bytes ) : string
ComputeHashString ( string text ) : string
GetStringBytes ( string text ) : byte[]
HashToString ( byte hash ) : string
StringToHash ( string str ) : byte[]

메소드 상세

CheckHashString() 공개 정적인 메소드

public static CheckHashString ( string hashstr ) : bool
hashstr string
리턴 bool

ComputeHashString() 공개 정적인 메소드

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

ComputeHashString() 공개 정적인 메소드

public static ComputeHashString ( string text ) : string
text string
리턴 string

GetStringBytes() 공개 정적인 메소드

public static GetStringBytes ( string text ) : byte[]
text string
리턴 byte[]

HashToString() 공개 정적인 메소드

public static HashToString ( byte hash ) : string
hash byte
리턴 string

StringToHash() 공개 정적인 메소드

public static StringToHash ( string str ) : byte[]
str string
리턴 byte[]