RiakString Conversion (String to RiakString) |
Namespace:
RiakClient
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public static implicit operator RiakString (
string value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemString
The String value to cast to a RiakString.
Return Value
Type:
RiakStringA
RiakString based on the value of the this
String.
See Also