AutoByteConverter ClassCouchbase .NET SDK 2.0

[Missing <summary> documentation for "T:Couchbase.IO.Converters.AutoByteConverter"]

Inheritance Hierarchy
System.Object
  Couchbase.IO.Converters.AutoByteConverter

Namespace: Couchbase.IO.Converters
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public sealed class AutoByteConverter : IByteConverter

The AutoByteConverter type exposes the following members.

Constructors
  NameDescription
Public methodAutoByteConverter
Initializes a new instance of the AutoByteConverter class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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)
Writes a String to a dst at a given offset.
Public methodFromString(String,Byte[], Int32)
Writes a String to a dst at a given offset.
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetBit
Public methodToByte
Public methodToInt16
Public methodToInt32
Public methodToInt64
Public methodToString()
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToString(Byte[], Int32, Int32)
Public methodToUInt16
Public methodToUInt32
Public methodToUInt64
Top
See Also