Click or drag to resize
RiakString  Conversion (Byte to RiakString)
Cast the value of a Byte[] to a RiakString.

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

Parameters

value
Type: SystemByte
The Byte[] value to cast to an RiakString.

Return Value

Type: RiakString
A new RiakString.
See Also