BaseEncoding.BitMask Property

CryptSharp

BaseEncodingBitMask Property CryptSharp
The bit mask for a single character in the current encoding.

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

public int BitMask { get; }
Public ReadOnly Property BitMask As Integer
	Get
public:
property int BitMask {
	int get ();
}
member BitMask : int with get

Property Value

Type: Int32
See Also

Reference