BaseEncoding Constructor (String, Boolean)CryptSharp
Defines a binary-to-text encoding.

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

public BaseEncoding(
	string characterSet,
	bool msbComesFirst
)

Parameters

characterSet
Type: OnlineSystem String
The characters of the encoding.
msbComesFirst
Type: OnlineSystem Boolean
true to begin with the most-significant bit of each byte. Otherwise, the encoding begins with the least-significant bit.
See Also