RecordGetUInt Method

Aerospike
Get bin value as uint.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.3.2.0 (5.3.2)
Syntax

C#
public uint GetUInt(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: UInt32
See Also

Reference