Click or drag to resize
Quorum  Conversion (String to Quorum)
Cast the value of this String to a Quorum.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static explicit operator Quorum (
	string quorum
)

Parameters

quorum
Type: SystemString
The String value to cast to a Quorum.

Return Value

Type: Quorum
A Quorum based on the value of the this String.
See Also