Npgsql Api Docs

BitString.ToUInt64Enumerable Method 

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

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

See Also

BitString Class | NpgsqlTypes Namespace