Value
Get Method (
Byte
, Int32, Int32)
Aerospike
Get byte array segment or null value instance.
Namespace:
Aerospike.Client
Assembly:
AerospikeClient
(in AerospikeClient.dll) Version: 3.2.0.0 (3.2.4)
Syntax
VB
C#
C++
F#
JScript
View Colorized
Copy to Clipboard
Print
public
static
Value
Get
(
byte
[]
value
,
int
offset
,
int
length
)
public static Value Get( byte[] value, int offset, int length )
Parameters
value
Type:
System
Byte
offset
Type:
System
Int32
length
Type:
System
Int32
See Also
Value Class
Value Members
Get Overload
Aerospike.Client Namespace