Documentation

RegisterConverterToBits Method

Overload List
  NameDescription
Public methodStatic memberToBits(Byte)
Unpack all the bits in a byte to a boolean array containing the bits
Public methodStatic memberToBits(Byte)
Unpack all the bits in an array of unsigned bytes to a boolean array containing the bits
Public methodStatic memberToBits(SByte)
Unpack all the bits in a signed byte to a boolean array containing the bits
Public methodStatic memberToBits(SByte)
Unpack all the bits in an array of signed bytes to a boolean array containing the bits
Top
See Also