BitSharp.Common.Bits.ToString C# (CSharp) Méthode

ToString() public static méthode

public static ToString ( byte value, int startIndex ) : string
value byte
startIndex int
Résultat string
        public static string ToString(byte[] value, int startIndex = 0)
        {
            return BitConverter.ToString(Order(value), startIndex);
        }