Npgsql Api Docs

BitString.ToUInt16Enumerable Method 

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

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

See Also

BitString Class | NpgsqlTypes Namespace