Provides and interface for converting types and arrays before being sent or after being received across the network.
Namespace: Couchbase.IO.ConvertersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic interface IByteConverter
public interface IByteConverter
Public Interface IByteConverter
Public Interface IByteConverter
public interface class IByteConverter
public interface class IByteConverter
type IByteConverter = interface end
type IByteConverter = interface end
The IByteConverter type exposes the following members.
Methods
| Name | Description |
---|
 | FromByte(Byte,Byte[], Int32) | |
 | FromByte(Byte,Byte[], Int32) | |
 | FromInt16(Int16,Byte[], Int32) | |
 | FromInt16(Int16,Byte[], Int32) | |
 | FromInt32(Int32,Byte[], Int32) | |
 | FromInt32(Int32,Byte[], Int32) | |
 | FromInt64(Int64,Byte[], Int32) | |
 | FromInt64(Int64,Byte[], Int32) | |
 | FromString(String,Byte[], Int32) | |
 | FromString(String,Byte[], Int32) | |
 | FromUInt16(UInt16,Byte[], Int32) | |
 | FromUInt16(UInt16,Byte[], Int32) | |
 | FromUInt32(UInt32,Byte[], Int32) | |
 | FromUInt32(UInt32,Byte[], Int32) | |
 | FromUInt64(UInt64,Byte[], Int32) | |
 | FromUInt64(UInt64,Byte[], Int32) | |
 | GetBit | |
 | SetBit | |
 | ToByte | |
 | ToInt16 | |
 | ToInt32 | |
 | ToInt64 | |
 | ToString | |
 | ToUInt16 | |
 | ToUInt32 | |
 | ToUInt64 | |
Top
See Also