Asn1BitStringCalculateUnusedBits(Byte) Method

Calculates the number of bits left unused in the specified byte.

Definition

Namespace: SysadminsLV.Asn1Parser.Universal
Assembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
C#
public static byte CalculateUnusedBits(
	byte b
)

Parameters

b  Byte
The final byte of content

Return Value

Byte
The number of unused bits.

See Also