Defines a binary-to-text encoding.
Namespace: CryptSharp.UtilityAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
public BaseEncoding(
string characterSet,
bool msbComesFirst
)
public BaseEncoding(
string characterSet,
bool msbComesFirst
)
Public Sub New ( _
characterSet As String, _
msbComesFirst As Boolean _
)
Public Sub New ( _
characterSet As String, _
msbComesFirst As Boolean _
)
public:
BaseEncoding(
String^ characterSet,
bool msbComesFirst
)
public:
BaseEncoding(
String^ characterSet,
bool msbComesFirst
)
new :
characterSet : string *
msbComesFirst : bool -> BaseEncoding
new :
characterSet : string *
msbComesFirst : bool -> BaseEncoding
Parameters
- characterSet
- Type: System String
The characters of the encoding.
- msbComesFirst
- Type: System Boolean
true to begin with the most-significant bit of each byte.
Otherwise, the encoding begins with the least-significant bit.