Extension methods for copying values to ArraySegment<T> instances.

Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)


Name | Description | |
---|---|---|
![]() ![]() | ConvertAndCopy(ArraySegment<Byte>, UInt32, Int32, Int32) |
Takes a value, converts it from little-endian to big-endian and the copies it to the ArraySegment<T> at a given offset and length.
|
![]() ![]() | ConvertAndCopy(ArraySegment<Byte>, UInt64, Int32, Int32) |
Takes a value, converts it from little-endian to big-endian and the copies it to the ArraySegment<T> at a given offset and length.
|
