BaseEncoding.MsbComesFirst Property

CryptSharp

BaseEncodingMsbComesFirst 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.1.0.0
Syntax

public bool MsbComesFirst { get; }
Public ReadOnly Property MsbComesFirst As Boolean
	Get
public:
property bool MsbComesFirst {
	bool get ();
}
member MsbComesFirst : bool with get

Property Value

Type: Boolean
See Also

Reference