Creates a bitstring from an unsigned integer value. The string will be the shortest required to contain the integer (e.g. 1 bit for 0 or 1, 2 for 2 or 3, 3 for 4-7, and so on).
This method is not CLS Compliant, and may not be available to some languages.
BitString Class | NpgsqlTypes Namespace | BitString Constructor Overload List