ManualByteConverter MethodsCouchbase .NET SDK 2.0

The ManualByteConverter type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFromByte(Byte,Byte[], Int32)
Writes a Byte to a buffer at a given offset.
Public methodFromByte(Byte,Byte[], Int32)
Writes a Byte to a buffer at a given offset.
Public methodFromInt16(Int16,Byte[], Int32)
Writes a Int16 to a buffer at a given offset.
Public methodFromInt16(Int16,Byte[], Int32)
Writes a Int16 to a buffer at a given offset.
Public methodFromInt32(Int32,Byte[], Int32)
Writes a Int32 to a buffer at a given offset.
Public methodFromInt32(Int32,Byte[], Int32)
Writes a Int32 to a buffer at a given offset.
Public methodFromInt64(Int64,Byte[], Int32)
Writes a UInt64 to a buffer at a given offset.
Public methodFromInt64(Int64,Byte[], Int32)
Writes a Int64 to a buffer at a given offset.
Public methodFromString(String,Byte[], Int32)
Writes a String to a buffer at a given offset.
Public methodFromString(String,Byte[], Int32)
Writes a String to a buffer at a given offset.
Public methodFromUInt16(UInt16,Byte[], Int32)
Writes a UInt16 to a buffer at a given offset.
Public methodFromUInt16(UInt16,Byte[], Int32)
Writes a UInt16 to a buffer at a given offset.
Public methodFromUInt32(UInt32,Byte[], Int32)
Writes a UInt32 to a buffer at a given offset.
Public methodFromUInt32(UInt32,Byte[], Int32)
Writes a UInt32 to a buffer at a given offset.
Public methodFromUInt64(UInt64,Byte[], Int32)
Writes a UInt64 to a buffer at a given offset.
Public methodFromUInt64(UInt64,Byte[], Int32)
Writes a UInt64 to a buffer at a given offset.
Public methodFromUInt642
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
Converts a Byte at a given offset to a Byte.
Public methodToInt16
Converts a buffer at a given offset to a Int16.
Public methodToInt32
Converts a buffer at a given offset to a Int32.
Public methodToInt64
Converts a buffer at a given offset to a Int64.
Public methodToString()
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToString(Byte[], Int32, Int32)
Converts a buffer at a given offset to a String.
Public methodToUInt16
Converts a buffer at a given offset to a UInt16.
Public methodToUInt32
Converts a buffer at a given offset to a UInt32.
Public methodToUInt64
Converts a buffer at a given offset to a UInt64.
Top
See Also