[Missing <summary> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.FromUInt32(System.UInt32,System.Byte[],System.Int32)"]
Namespace: Couchbase.IO.ConvertersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic void FromUInt32(
uint value,
byte[] buffer,
int offset
)
public void FromUInt32(
uint value,
byte[] buffer,
int offset
)
Public Sub FromUInt32 (
value As UInteger,
buffer As Byte(),
offset As Integer
)
Public Sub FromUInt32 (
value As UInteger,
buffer As Byte(),
offset As Integer
)
public:
virtual void FromUInt32(
unsigned int value,
array<unsigned char>^ buffer,
int offset
) sealed
public:
virtual void FromUInt32(
unsigned int value,
array<unsigned char>^ buffer,
int offset
) sealed
abstract FromUInt32 :
value : uint32 *
buffer : byte[] *
offset : int -> unit
override FromUInt32 :
value : uint32 *
buffer : byte[] *
offset : int -> unit
abstract FromUInt32 :
value : uint32 *
buffer : byte[] *
offset : int -> unit
override FromUInt32 :
value : uint32 *
buffer : byte[] *
offset : int -> unit
Parameters
- value
- Type: System.UInt32
[Missing <param name="value"/> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.FromUInt32(System.UInt32,System.Byte[],System.Int32)"]
- buffer
- Type:System.Byte[]
[Missing <param name="buffer"/> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.FromUInt32(System.UInt32,System.Byte[],System.Int32)"]
- offset
- Type: System.Int32
[Missing <param name="offset"/> documentation for "M:Couchbase.IO.Converters.AutoByteConverter.FromUInt32(System.UInt32,System.Byte[],System.Int32)"]
Implements
IByteConverter.FromUInt32(UInt32,Byte[], Int32)
See Also