Npgsql Api Docs

BitString.ToUInt32Enumerable Method 

Interprets the bitstring as a series of unsigned 32-bit integers and returns those integers. Fails if the Bitstring's length is not evenly divisible by 32. This method is not CLS-Compliant and may not be available to languages that cannot handle unsigned integers.

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

See Also

BitString Class | NpgsqlTypes Namespace