Npgsql Api Docs
BitString Right Shift Operator
Right-shifts the string BitString.
[Visual Basic]
returnValue =
BitString.op_RightShift(bs, shift)
[C#]
public static
BitString
operator >>(
BitString
bs
,
int
shift
);
See Also
BitString Class
|
NpgsqlTypes Namespace