Asn1BitStringCalculateUnusedBits(Byte) Method
Calculates the number of bits left unused in the specified byte.
Namespace: SysadminsLV.Asn1Parser.UniversalAssembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
public static byte CalculateUnusedBits(
byte b
)
Public Shared Function CalculateUnusedBits (
b As Byte
) As Byte
public:
static unsigned char CalculateUnusedBits(
unsigned char b
)
static member CalculateUnusedBits :
b : byte -> byte
- b Byte
- The final byte of content
ByteThe number of unused bits.