RiakStringFromBytes Method |
Returns a
RiakString from the byte array of UTF8-encoded characters.
Namespace:
RiakClient
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public static RiakString FromBytes(
byte[] value
)
static member FromBytes :
value : byte[] -> RiakString
Parameters
- value
- Type: SystemByte
The Byte[] value from which to construct a RiakString.
Return Value
Type:
RiakString
A
RiakString.
See Also