Click or drag to resize
StringExtensions Class
Extension methods to assist with conversion between Riak byte[] and strings.
Inheritance Hierarchy
SystemObject
  RiakClient.ExtensionsStringExtensions

Namespace:  RiakClient.Extensions
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static class StringExtensions

The StringExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFromRiakString
Converts a UTF-8 encoded byte array to a string object.
Public methodStatic memberToRiakString
Converts a string object to a UTF-8 encoded byte array.
Top
See Also