Click or drag to resize
RiakString Class
Represents a string that encapsulates conversion to/from String and Byte[] values
Inheritance Hierarchy
SystemObject
  RiakClientRiakString

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public class RiakString : IEquatable<RiakString>

The RiakString type exposes the following members.

Constructors
  NameDescription
Public methodRiakString(Byte)
Initializes a new instance of the RiakString class.
Public methodRiakString(String)
Initializes a new instance of the RiakString class.
Top
Properties
  NameDescription
Public propertyHasValue
Returns a Boolean that indicates a non-null value.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(RiakString)
Determines whether the specified object is equal to the current object.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromBytes
Returns a RiakString from the byte array of UTF8-encoded characters.
Public methodGetHashCode
Returns a hash code for the current object.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberToBytes(String)
Returns a Byte[] from the string, encoded in UTF8.
Public methodStatic memberToBytes(RiakString)
Returns a Byte[] from the string, encoded in UTF8.
Public methodToString
Returns a string that represents the RiakString value.
(Overrides ObjectToString.)
Top
Operators
See Also