ToInt32() public static méthode

public static ToInt32 ( byte value, int startIndex ) : Int32
value byte
startIndex int
Résultat Int32
Exemple #1
0
        private void InnerInit(out int hashCode)
        {
            var hashBytes = ToByteArray();

            hashCode = Bits.ToInt32(new xxHash(32).ComputeHash(hashBytes));
        }