BaseEncoding MsbComesFirst Property CryptSharp
true if the encoding begins with the most-significant bit of each byte. Otherwise, the encoding begins with the least-significant bit.

Namespace: CryptSharp.Utility
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax

public bool MsbComesFirst { get; }
See Also