RiakStringToBytes Method (String) |
Returns a
Byte[] from the string, encoded in UTF8.
Namespace:
RiakClient
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public static byte[] ToBytes(
string value
)
static member ToBytes :
value : string -> byte[]
Parameters
- value
- Type: SystemString
The String value from which to construct a Byte[].
Return Value
Type:
Byte
A
Byte[].
See Also