BaseEncoding.BitsPerCharacter Property

CryptSharp

BaseEncodingBitsPerCharacter Property CryptSharp
The number of bits per character in the current encoding.

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

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

Property Value

Type: Int32
See Also

Reference