Npgsql Api Docs

BitString.ToInt32Enumerable Method 

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

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

See Also

BitString Class | NpgsqlTypes Namespace