Click or drag to resize
NVal  Conversion (NVal to UInt32)
Cast the value of this NVal to an UInt32.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static implicit operator uint (
	NVal nval
)

Parameters

nval
Type: RiakClientNVal
The NVal to cast to a UInt32.

Return Value

Type: UInt32
A UInt32 based on the value of this NVal.
See Also