[Missing <summary> documentation for "T:Couchbase.IO.Converters.AutoByteConverter"]
Inheritance Hierarchy Namespace: Couchbase.IO.ConvertersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic sealed class AutoByteConverter : IByteConverter
public sealed class AutoByteConverter : IByteConverter
Public NotInheritable Class AutoByteConverter
Implements IByteConverter
Public NotInheritable Class AutoByteConverter
Implements IByteConverter
public ref class AutoByteConverter sealed : IByteConverter
public ref class AutoByteConverter sealed : IByteConverter
[<SealedAttribute>]
type AutoByteConverter =
class
interface IByteConverter
end
[<SealedAttribute>]
type AutoByteConverter =
class
interface IByteConverter
end
The AutoByteConverter type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | 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) |
Writes a String to a dst at a given offset.
|
 | FromString(String,Byte[], Int32) |
Writes a String to a dst at a given offset.
|
 | 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 | |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | SetBit | |
 | ToByte | |
 | ToInt16 | |
 | ToInt32 | |
 | ToInt64 | |
 | ToString() | Returns a string that represents the current object. (Inherited from Object.) |
 | ToString(Byte[], Int32, Int32) | |
 | ToUInt16 | |
 | ToUInt32 | |
 | ToUInt64 | |
Top
See Also