ValueGet(UInt16) Method

Get unsigned short value instance.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static ValueUnsignedShortValue Get(
	ushort value
)

Parameters

value  UInt16
 

Return Value

ValueUnsignedShortValue

See Also