System.Hashs_V2019.String.CRC32 C# (CSharp) 메소드

CRC32() 공개 정적인 메소드

计算CRC32值
public static CRC32 ( Array buffer, bool isLower = def_hash_str_is_lower ) : string
buffer Array
isLower bool
리턴 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