Npgsql Api Docs

BitString.ToSByteEnumerable Method 

Interprets the bitstring as a series of signed octets (bytes) and returns those octets. Fails if the Bitstring does not contain a whole number of octets (its length is not evenly divisible by 8). This method is not CLS-Compliant and may not be available to languages that cannot handle signed bytes.

[Visual Basic]
Public Function ToSByteEnumerable() As IEnumerable`1([System.SByte, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089))
[C#]
public 0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] ToSByteEnumerable();

See Also

BitString Class | NpgsqlTypes Namespace