RiakString Constructor (String) |
Initializes a new instance of the
RiakString class.
Namespace:
RiakClient
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public RiakString(
string value
)
new :
value : string -> RiakString
Parameters
- value
- Type: SystemString
The string from which to construct this instance.
See Also