System.Hashs_V2019.String.CRC32 C# (CSharp) Méthode

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
                public static string CRC32(byte[] buffer, bool isLower = def_hash_str_is_lower) => ComputeHashString(buffer, CreateCRC32(), isLower);

Same methods

Hashs_V2019.String::CRC32 ( Stream inputStream, bool isLower = def_hash_str_is_lower ) : string
Hashs_V2019.String::CRC32 ( string text, bool isLower = def_hash_str_is_lower ) : string
Hashs_V2019.String