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

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static implicit operator string (
	Timeout timeout
)

Parameters

timeout
Type: RiakClientTimeout
The Timeout value to cast to a String.

Return Value

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