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.3.0+5c47da1850320381293fe03930b30c8078b8bf98
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.