C# 클래스 System.Hashs_V2019.String

파일 보기 프로젝트 열기: SteamTools-Team/SteamTools

공개 메소드들

메소드 설명
CRC32 ( Array buffer, bool isLower = def_hash_str_is_lower ) : string

计算CRC32值

CRC32 ( Stream inputStream, bool isLower = def_hash_str_is_lower ) : string

计算CRC32值

CRC32 ( string text, bool isLower = def_hash_str_is_lower ) : string

计算CRC32值

메소드 상세

CRC32() 공개 정적인 메소드

计算CRC32值
public static CRC32 ( Array buffer, bool isLower = def_hash_str_is_lower ) : string
buffer Array
isLower bool
리턴 string

CRC32() 공개 정적인 메소드

计算CRC32值
public static CRC32 ( Stream inputStream, bool isLower = def_hash_str_is_lower ) : string
inputStream Stream
isLower bool
리턴 string

CRC32() 공개 정적인 메소드

计算CRC32值
public static CRC32 ( string text, bool isLower = def_hash_str_is_lower ) : string
text string
isLower bool
리턴 string