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

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

Parameters

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

Return Value

Type: String
An String based on the value of the this RiakString.
See Also