Click or drag to resize
QuorumToString Method
Returns a string that represents the Quorum value.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public override string ToString()

Return Value

Type: String
A string that represents the Quorum value. Well known strings such as "one", "quorum", "all", and "default" are returned if possible. If value is not a well known string, it's ToString value will be used.
See Also