Click or drag to resize
RiakString  Conversion (RiakString to Boolean)
Cast the value of this RiakString to an Boolean.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static implicit operator bool (
	RiakString value
)

Parameters

value
Type: RiakClientRiakString
The RiakString value to cast to an Boolean.

Return Value

Type: Boolean
An Boolean indicating if this RiakString is null or not-null.
See Also