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

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

Same methods

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