C# Class System.Hashs_V2019.String

Afficher le fichier Open project: SteamTools-Team/SteamTools

Méthodes publiques

Méthode Description
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值

Method Details

CRC32() public static méthode

计算CRC32值
public static CRC32 ( Array buffer, bool isLower = def_hash_str_is_lower ) : string
buffer Array
isLower bool
Résultat string

CRC32() public static méthode

计算CRC32值
public static CRC32 ( Stream inputStream, bool isLower = def_hash_str_is_lower ) : string
inputStream Stream
isLower bool
Résultat string

CRC32() public static méthode

计算CRC32值
public static CRC32 ( string text, bool isLower = def_hash_str_is_lower ) : string
text string
isLower bool
Résultat string