Click or drag to resize
RiakString Methods

The RiakString type exposes the following members.

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
See Also