Npgsql Api Docs

BitString.ToInt16Enumerable Method 

Interprets the bitstring as a series of 16-bit integers and returns those integers. Fails if the Bitstring's length is not evenly divisible by 16.

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

See Also

BitString Class | NpgsqlTypes Namespace