IByteConverter InterfaceCouchbase .NET SDK 2.0
Provides and interface for converting types and arrays before being sent or after being received across the network.

Namespace: Couchbase.IO.Converters
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.2.0 (2.0.2.0)
Syntax
public interface IByteConverter

The IByteConverter type exposes the following members.

Methods
  NameDescription
Public methodFromByte(Byte,  Byte , Int32)
Public methodFromByte(Byte,  Byte  , Int32)
Public methodFromInt16(Int16,  Byte , Int32)
Public methodFromInt16(Int16,  Byte  , Int32)
Public methodFromInt32(Int32,  Byte , Int32)
Public methodFromInt32(Int32,  Byte  , Int32)
Public methodFromInt64(Int64,  Byte , Int32)
Public methodFromInt64(Int64,  Byte  , Int32)
Public methodFromString(String,  Byte , Int32)
Public methodFromString(String,  Byte  , Int32)
Public methodFromUInt16(UInt16,  Byte , Int32)
Public methodFromUInt16(UInt16,  Byte  , Int32)
Public methodFromUInt32(UInt32,  Byte , Int32)
Public methodFromUInt32(UInt32,  Byte  , Int32)
Public methodFromUInt64(UInt64,  Byte , Int32)
Public methodFromUInt64(UInt64,  Byte  , Int32)
Public methodGetBit
Public methodSetBit
Public methodToByte
Public methodToInt16
Public methodToInt32
Public methodToInt64
Public methodToString
Public methodToUInt16
Public methodToUInt32
Public methodToUInt64
Top
See Also