AutoByteConverter MethodsCouchbase .NET SDK 2.0

The AutoByteConverter 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)
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