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

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

Same methods

Hashs_V2019.String::CRC32 ( Array buffer, 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